@extends('theme.master') @section('title', 'Contact Us') @section('content') @include('admin.message') @php $gets = App\Breadcum::first(); @endphp @if(isset($gets)) @if($gets['img'] !== NULL && $gets['img'] !== '') @else @endif {{ __('Contact us') }} @endif @if(isset($gsetting['map_url'])) @endif {{ __('Keep in Touch') }} {{ csrf_field() }} @if(Auth::check()) @endif @php $data = App\Contactreason::where('status', '1')->get(); @endphp @foreach ($data as $coun) reason == $coun->id ? 'selected' : ''}}> {{ $coun->reason }} @endforeach @if($gsetting->captcha_enable == 1) {!! app('captcha')->display() !!} @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif {{ __('Message') }} {{ __('address') }} {{ $gsetting->default_address }} {{ __('Email') }} {{ $gsetting->wel_email }} {{ __('Phone') }} {{ $gsetting->default_phone }} @endsection @section('custom-script') @endsection