@php
$startIndex = ($data->currentPage() - 1) * $data->perPage() + 1;
@endphp
@forelse($data as $key => $detail)
{{ $startIndex++ }} |
|
|
{{-- Uncomment below section if needed --}}
{{--
| --}}
{{ $detail->name }} @if( $detail->is_schedule == 1) @endif
|
{{ $detail->parent_cat }} |
|
|
|
@empty
{{__('common.no_records')}} |
@endforelse