@foreach ($items as $key => $item) @endforeach
@lang('SL') @lang('Account Name') @lang('Account Type') @lang('Opening Amount') @lang('Action')
{{ ($items->currentpage() - 1) * $items->perpage() + $key + 1 }} {{ $item->name }} {{ Str::ucfirst($item->account) }} {{ numberFormatwithBracket($item->account_opening) }} Opening
@if ($items instanceof \Illuminate\Pagination\LengthAwarePaginator) {{ $items->links('layouts.paginate') }} @endif