@extends('frontend.layouts.app') @section('title') Enquiry - {{ config('app.name') }} @endsection @section('content') @if (Session::get('product_cart') || Session::get('package_cart'))
@if (count($product_cart) > 0 || count($package_cart) > 0)
@endif

Contact information

ENQUIRY Notes *

@endif @if (empty($package_cart) && empty($product_cart))

Missing Cart items?

Continue Shopping
@endif
@endsection @push('after-scripts') @endpush