SEO Metadata

@include('layouts.admin.alerts')
@if ($seo)
@csrf {{ method_field('PUT') }}

Description *

has('description') ? 'autofocus' : 'null' }} placeholder="Description" class="form-control" > {{ $errors->first('description') }}

Keywords * ( use 'space' for multiple values )

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

Robots *

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

Description *

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

Keywords *( use 'space' for multiple values )

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

Robots *

{{ $errors->first('index') }}
{{ $errors->first('follow') }}
@endif
@endsection