@php($user = Auth::guard('web')->user()) @extends('advertiser.layout.app') @section('advertiser_title', trans('contactus.contact_us.contactus') ) @section('advertiser_content') @if(!empty($user)) @section('back_button')
@stop
map-bg
@endif
{{ csrf_field() }}
@if($errors->has('name')){{ $errors->first('name') }}@endif
@if($errors->has('email')){{ $errors->first('email') }}@endif
@if($errors->has('phonenumber')){{ $errors->first('phonenumber') }}@endif
{{--
@if($errors->has('phonenumber')){{ $errors->first('phonenumber') }}@endif
--}}
{{-- --}} @if($errors->has('description')){{ $errors->first('description') }}@endif
{{-- --}}
@stop @section('advertiser_styles') @stop @section('advertiser_js') @include('advertiser.modules.contactus.js.index') @stop