@foreach ($items as $key => $item) @endforeach
@lang('SL No') @lang('Date') @lang('Invoice Number') @lang('Branch') @lang('Amount') @lang('Actions')
{{ ($items->currentpage() - 1) * $items->perpage() + $key + 1 }} {{ dateformat($item->quotation_date) }} {{ $item->invoice_no }} {{ $item->company_branch }} {{ numberformat($item->total_amount) }}
@if ($items instanceof \Illuminate\Pagination\LengthAwarePaginator) {{ $items->links('layouts.paginate') }} @endif