{!! csrf_field() !!}

{{ trans('entities.permissions_intro') }}

@include('form/checkbox', ['name' => 'restricted', 'label' => trans('entities.permissions_enable')])
@foreach($roles as $role) @if(!$model->isA('page')) @endif @endforeach
{{ trans('common.role') }} isA('page')) colspan="3" @else colspan="4" @endif>{{ trans('common.actions') }}
{{ $role->display_name }} @include('form/restriction-checkbox', ['name'=>'restrictions', 'label' => trans('common.view'), 'action' => 'view'])@include('form/restriction-checkbox', ['name'=>'restrictions', 'label' => trans('common.create'), 'action' => 'create'])@include('form/restriction-checkbox', ['name'=>'restrictions', 'label' => trans('common.update'), 'action' => 'update']) @include('form/restriction-checkbox', ['name'=>'restrictions', 'label' => trans('common.delete'), 'action' => 'delete'])
{{ trans('common.cancel') }}