@if(access()->allow('manage-hrm')) @foreach($permissions_all as $row)
{{trans('permissions.'.$row['name'])}}
@endforeach @endif