{{$globalSettings->company_name}}

Other Income Report

From: {{date('d-m-Y', strtotime($start_date))}}, To: {{date('d-m-Y', strtotime($end_date))}}

@php $total = 0; @endphp @foreach($date_to_date_incomes as $key => $data) @php $total += $data->amount; @endphp @endforeach
Sl Date Voucher Ref Head Particulars Amount
{{ ++$key }} {{ $data->date }} {{ $data->voucher_ref }} {{ $data->income_head }} {{ $data->description }} {{ $data->amount }}
TOTAL {{ number_format($total,2) }}