{{-- Print without Price --}}

Total Result: {{ $incomes->count() }}

Total Amount: {{ $incomes->sum('amount') }}

@foreach ($incomes as $item) {{-- --}} {{-- --}} @endforeach
Sl No Income Id Name Income Head Date Invoice No Description Amount
{{ $loop->iteration }}{{ $item->expense->name }}{{ $item->id }} {{ $item->name }} {{ $item->head->name ?? '' }} {{ $item->date }}{{ date('d-M-Y g:i: a ', strtotime($item->date)) }}{{ $item->invoice_number }} {{ $item->description }} {{ $item->amount }}
Total {{ $incomes->sum('amount') }} TK