@foreach ($items as $key => $item) @endforeach
@lang('SL') Title @lang('Account Name') @lang('Type') @lang('Actions')
{{ $key + 1 }} {{ $item->title }} {{ $item->name }}-{{ $item->account_code }} {{ Str::ucfirst($item->type) }}
@if ($items instanceof \Illuminate\Pagination\LengthAwarePaginator) {{ $items->links('layouts.paginate') }} @endif