@extends('home') @section('title') @lang('site.site_name') @endsection @section('styles') {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-markdown/css/bootstrap-markdown.min.css') !!} {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-fileinput/bootstrap-fileinput.css') !!} {!! Html::style(Theme::current()->assetPath.'/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css') !!} @endsection @section('content')
{{__('Title')}} | {{__('Status')}} | {{__('Action')}} | ||||
---|---|---|---|---|---|---|
{{ $loop->index + $pages->firstItem() }} | {{ $page->title }} | {{ $page->slug }} | {{ $page->hits }} | {{ Form::open(['method' => 'DELETE', 'route' => ['admin.page.destroy', $page->id]]) }} @role('Administrator') @endrole {{ Form::close() }} |