@extends('frontend.layouts.master') @section('styles') @parent {!! RecaptchaV3::initJs() !!} @stop @section('content')
@if(!empty($banner) && !empty($banner->getData('banner_image'))) @else {{lang('contact_page_banner_alt_keywords')}} @endif

{{lang('contact_us')}}

@include('frontend.layouts.social')
@if(!empty($locationList) && $locationList->isNotEmpty())
@foreach($locationList as $key=>$location) @php $number=$key+1; @endphp
    @if(!empty($location->getData('address')))
  • {{$location->getData('address')}}
  • @endif @if(!empty($location->getData('phone_number')))
  • {{$location->getData('phone_number')}}
  • @endif @if(!empty($location->getData('po_box')))
  • {{$location->getData('po_box')}}
  • @endif @if(!empty($location->getData('email')))
  • {{$location->getData('email')}}
  • @endif @if(!empty($location->getData('working_hours')))
  • {{$location->getData('working_hours')}}
  • @endif
@endforeach
@endif
@stop @section('scripts') @parent @include('frontend.scripts.uploader_script') @include('frontend.partials.jquery_custom_validators') @include('frontend.home.contact_page_script') @include('frontend.scripts.datepicker') @stop