@foreach ($items as $key => $item) @endforeach
@lang('SL') @lang('Reciept Type') @lang('Status') @lang('Actions')
{{ ($items->currentpage() - 1) * $items->perpage() + $key + 1 }} {{ $item->name }} {{ Str::ucfirst($item->status) }}
@if ($items instanceof \Illuminate\Pagination\LengthAwarePaginator) {{ $items->links('layouts.paginate') }} @endif