@include('new_layouts.header') @include('hrm.hrm_main')
| {{__('Document')}} | {{__('Required Field')}} | @if(Gate::check('edit document type') || Gate::check('delete document type')){{__('Action')}} | @endif
|---|---|---|
| {{ $document->name }} |
@if( $document->is_required == 1 )
|
@if(Gate::check('edit document type') || Gate::check('delete document type'))
@endif |