@if($design && $design->invoice_header) Header Image @endif

Sponsor Money Receipt

Donar: {{ $donar->name ?? '' }}

Student: {{ $studentData->name ?? '--' }}

Month: @foreach($months as $month) {{ \Carbon\Carbon::parse($month)->format('F - Y') }}@if(!$loop->last), @endif @endforeach

Date: {{ \Carbon\Carbon::parse($invoice->date)->format('d/m/Y') }}

Receipt No: {{ $invoice->receipt_no ?? '--' }}

Class: {{ $studentData->stuclass->name ?? '--' }}

@if($academicAmount > 0) @endif @if($hostelAmount > 0) @endif @if($otherAmount > 0) @endif @if($totalDiscount > 0) @endif

Total Amount:{{ round($totalAmount) }}

Previous Received:{{ round($previousReceived) }}

Current Received:{{ round($currentReceived - $totalDiscount) }}

Due:{{ round($totalAmount + $totalDiscount - ($previousReceived + $currentReceived )) }}

________________________
Donar's Signature

__________________________
Account's Signature