@extends('Layouts.frontLayout',['classBody'=>"container-max-width show-bottom-nav"]) @section('title') {{__('Contact')}} @endsection @section('content')
{{__('Home')}} {{__('Contact')}}

{{__('Contact')}}

{{__('Contact')}}

@csrf

@if ($errors->has('fullname')) {{ $errors->first('fullname') }} @endif

@if ($errors->has('email')) {{ $errors->first('email') }} @endif

@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif

@if ($errors->has('text')) {{ $errors->first('text') }} @endif

{!!(isset($settings['map_iframe_'.$lang]))?$settings['map_iframe_'.$lang]:''!!}
@endsection