@foreach($incomes as $income)
{{@$branch['name']}}

{{@$branch['address']}}, {{@$branch['city']}}

Receipt

Receipt No. : {{GetPrefix($income->id, 5)}}
Date :
Received with thanks from M/S.
{{$income->name}}
The sum of Rs. (in words)
{{($income->amount > 0) ? getIndianCurrency($income->amount) : getIndianCurrency(abs($income->amount))}}
by Cash/ Cheque / Draft No
by {{$income->description}} on date : {{date("d/m/Y", strtotime($income->date))}}
Favour Of
{{@$branch['name']}}, {{@$branch['city']}} in Full/Part/Advance
Payment Againts Bill No(s)
{{$income->bill_no}}
rs. {{$income->amount}}
For {{@$branch['name']}}
Authorized Signature
@endforeach @include('panel.layouts.scripts')