@extends('admin.layouts.master') @section('title', 'Pages') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ $error}}
@endforeach# | {{ __('Title') }} | {{ __('Status') }} | {{ __('Action') }} | @foreach($page as $key=>$p)
---|---|---|---|
1 {{ __('Are You Sure') }} ?{{ __('Do you really want to delete selected item ? This process cannot be undone') }}. |
{{ $p->title }} | |
@can('pages.edit')
{{ __('Edit') }}
@endcan
@can('pages.delete')
{{ __("Delete") }}
@endcan
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} {{$p->title}} ? {{ __('This process cannot be undone.')}} |