@php
$startIndex = ($data->currentPage() - 1) * $data->perPage() + 1;
@endphp
@forelse($data as $key => $detail)
{{ $startIndex++ }} |
{{ dateFormat($detail->start_date, 'd-m-Y') }} |
{{ dateFormat($detail->end_date, 'd-m-Y') }} |
{{ $detail->comment }} |
|
@empty
{{__('common.no_records')}} |
@endforelse