GET IN TOUCH Our Team Will Be Happy To Assist You.
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@php // Assuming you have the necessary model and connection set up $tbl_product = \App\Models\tbl_product::select('product_title')->get(); @endphp
@if ($errors->has('query')) {{ $errors->first('query') }} @endif
@if ($errors->has('message')) {{ $errors->first('message') }} @endif
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
@if(session('success'))
{{ session('success') }}
@endif
@foreach($website as $webs)
Address

{{$webs->head_office_address}}

@endforeach