@foreach ($sections as $section) @if ($section->key == 'contact') @include('Website.partials._banner', ['section' => $section]) @endif @endforeach
@lang('website.contact_info')

@lang('website.Contact us')

@lang('website.phone')

@foreach ($phones as $phone)

{{-- @lang("website.$phone->type")
--}} {{$phone->phone}}

@break @endforeach

@lang('website.location')

@foreach ($site_addresses as $address)

{{ $address->address }}

@break @endforeach
@lang('website.Get in touch with us')

@lang('website.Send message')

@csrf