@extends('admin.layout') @php $selLang = \App\Language::where('code', request()->input('language'))->first(); @endphp @if(!empty($selLang) && $selLang->rtl == 1) @section('styles') @endsection @endif @section('content')
{{$errors->first('contact_form_title')}}
{{$errors->first('contact_form_subtitle')}}
Use newline to seperate multiple addresses.
{{$errors->first('contact_addresses')}}
Use comma (,) to seperate multiple contact numbers.
{{$errors->first('contact_numbers')}}
Use comma (,) to seperate multiple contact mails.
{{$errors->first('contact_mails')}}
{{$errors->first('latitude')}}
{{$errors->first('longitude')}}
{{$errors->first('map_zoom')}}