@extends('admin.layouts.master') @section('page-title'){{$page}}@endsection @section('menu'){{$menu}}@endsection @section('content')

{{__('message.pages')}}

{{__('message.pages').' '.__('message.list')}}

@if(allowedTo('create_page')) @endif
@if(allowedTo('view_pages'))
{{ __('message.title') }} {{ __('message.summary') }} {{ __('message.created_on') }} {{ __('message.status') }} {{ __('message.actions') }}
@endif
@endsection @section('page-scripts') @endsection