{!! $service->name !!} |
{!! $service->sub_category !!} |
{!! $service->mandatory !!} |
@if(Sentinel::hasAccess('admin.services.status') || Sentinel::inRole('admin'))
status == '1' ? 'checked':''}}> Active
status == '0' ? 'checked':''}}> Inactive
|
@endif
{{--
--}}
|
@endforeach