@extends('site.layouts.master') @section('seoTags') @seoTags() @endsection @section('title') @lang('site.Contact_Us') @endsection @php $seo = SEO\Models\Page::where('path',URL::full())->first(); @endphp @section('metatags') @if(!empty($seo)) @endif @endsection @section('content')
{{ Breadcrumbs::render('Contact Us') }}
{!! $breadcrumbSchema !!}

@lang('site.Contact_Us')

@lang("site.Let's talk about your preferences")

@lang('site.Get in touch')

@lang('site.Send a message')

@lang('site.Send a complaint')

@lang('site.For any inquiries, or just to say hello, get in touch and contact us.')

@if(isset($y))
{{ $y }}
@endif
@csrf
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@if(isset($y))
{{ $y }}
@endif
@csrf
@foreach ($errors->complaint->all() as $error)

{{ $error }}

@endforeach

@lang('site.Find us')

@foreach ($branches as $branch)

{{ $branch->name }}

marker

{{ $branch->address }}

{{ $branch->phone }}

{{ $branch->email }}

@if ($loop->iteration == 1)
@endif @endforeach

@lang('site.Social Media')

@endsection @section('script') @endsection