@include('new_layouts.header') @include('hrm.hrm_main')
| {{__('Name')}} | {{__('Document')}} | {{__('Role')}} | {{__('Description')}} | @if(Gate::check('edit document') || Gate::check('delete document')){{__('Action')}} | @endif
|---|---|---|---|---|
| {{ $document->name }} |
@if (!empty($document->document))
@else
- @endif |
{{ !empty($roles)?$roles->name:'All' }} | {{ $document->description }} | @if(Gate::check('edit document') || Gate::check('delete document'))@endif |