S.no | Service Name | {{--Category Name | --}}Icon | Order | status | @canany(['edit_categories', 'delete_categories'])Actions | @endcanany
---|---|---|---|---|---|---|
{{($services->perPage() * ($services->currentPage() - 1)) + $key + 1}} | {{--Demand and Services | --}}{{$item->name}} |
active == 1 ? 'checked' : ''}}
onchange="change_status('{{$item->id}}', 'services', '#customSwitchGlow{{$item->id}}', 'active');" id="customSwitchGlow{{$item->id}}">
|
{{-- @if ($item->id != 1) --}}
@canany(['edit_services', 'delete_services'])
@can('edit_services')
@endcan
@can('delete_slots')
@endcan
|
@endcanany
{{-- @endif --}}