@include('site.controllers.upper-header') @include('site.controllers.header')

@lang('site.contact_us')

@lang('site.contact_us')

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
@lang('site.message')
@include('site.controllers.footer')