@extends( 'admin.layouts.workspace' ) @section( 'page-title' ) Meta Tags @stop @section( 'workspace-content' )

Meta Tags List of Mega Tags

@include('admin.components.alertMessage')

Meta Tag Locations

@foreach( $metaTagLocations as $index => $location ) @endforeach
{{$index + 1}}. {{$location[ 'label' ]}} @if( $location[ 'metaTag' ] )
{!! csrf_field() !!} {!! method_field( 'delete' ) !!}
@endif
{{--End box--}}
{{--End col 4--}} @if( $metaTagLocation )

{{$metaTagLocation[ 'label' ]}}

{!! csrf_field() !!}
@if( $errors->has('title') )

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

@endif
@if( $errors->has('description') )

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

@endif
@if( $errors->has('keywords') )

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

@endif
{{--End box body--}}
@endif
@stop