@extends( 'admin.layouts.workspace' ) @section( 'page-title' ) Meta Tags @stop @section( 'workspace-content' ) Meta Tags List of Mega Tags Home Meta Tags @include('admin.components.alertMessage') Meta Tag Locations @foreach( $metaTagLocations as $index => $location ) {{$index + 1}}. {{$location[ 'label' ]}} @if( $location[ 'metaTag' ] ) {!! csrf_field() !!} {!! method_field( 'delete' ) !!} Remove @endif @endforeach {{--End box--}} {{--End col 4--}} @if( $metaTagLocation ) {{$metaTagLocation[ 'label' ]}} {!! csrf_field() !!} Title @if( $errors->has('title') ) {{$errors->first('title')}} @endif Description {{request()->old( 'description', ($metaTag) ? $metaTag->description : null )}} @if( $errors->has('description') ) {{$errors->first('description')}} @endif Keywords @if( $errors->has('keywords') ) {{$errors->first('keywords')}} @endif {{--End box body--}} @endif @stop
{{$errors->first('title')}}
{{$errors->first('description')}}
{{$errors->first('keywords')}}