@extends('home') @section('title') @lang('site.site_name') @endsection @section('styles') @endsection @section('content')
@foreach ($pageSeos as $index => $pageSeo) @endforeach
{{__('slug url')}} {{__('Title')}} {{__('Action')}}
{{ $loop->index + $pageSeos->firstItem() }} {{ $pageSeo->name }} {{ $pageSeo->title }} {{ Form::open(['method' => 'DELETE', 'route' => ['admin.page_seo.destroy', $pageSeo->id]]) }} {{ Form::close() }}
@endsection @section('scripts') {!! Html::script(Theme::current()->assetPath.'/abouts/scripts/form-validation.js') !!} {!! Html::script(Theme::current()->assetPath.'/global/plugins/jquery-ui/jquery-ui.min.js') !!} @endsection