Profile

@include('layouts.admin.alerts')
@if ($profile)
@csrf

Title *

has('title') ? 'autofocus' : 'null' }}> {{$errors->first('title')}}

Description *

{{ $errors->first('description') }}

Footer Description *

{{ $errors->first('smallDescription') }}

Address *

{{ $errors->first('address') }}

Scroll Text *

has('mirache') ? 'autofocus' : 'null' }} > {{ $errors->first('mirache') }}

Map (Iframe) *

{{ $errors->first('map') }}

Contact No. *

has('number') ? 'autofocus' : 'null' }} placeholder="Number" maxlength="10" class="form-control noZeroAtStart" > {{ $errors->first('number') }}

Email *

has('email') ? 'autofocus' : 'null' }} > {{ $errors->first('email') }}

Send-To-Email *

has('send_to_email') ? 'autofocus' : 'null' }} > {{ $errors->first('send_to_email') }}

Send-To-Email-2 *

@else
@csrf {{ method_field('POST') }}

Title *

{{ $errors->first('title') }}

Description *

{{ $errors->first('description') }}

Footer Description *

{{ $errors->first('smallDescription') }}

Address *

{{ $errors->first('address') }}

Scroll Text *

has('mirache') ? 'autofocus' : 'null' }} > {{ $errors->first('mirache') }}

Map (Iframe)*

{{ $errors->first('map') }}

Contact No. *

has('number') ? 'autofocus' : 'null' }} maxlength="10" class="form-control noZeroAtStart" > {{ $errors->first('number') }}

Email *

has('email') ? 'autofocus' : 'null' }} > {{ $errors->first('email') }}

Send-To-Email *

has('send_to_email') ? 'autofocus' : 'null' }} > {{ $errors->first('send_to_email') }}

Send-To-Email-2 *

@endif
@endsection