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

Sponsor Money Receipt

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

Student: {{ $data->students->name ?? '--' }}

Class: {{ $data->students->stuclass->name ?? '--' }}

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

Month: {{ \Carbon\Carbon::parse($data->month)->format('F, Y') }}

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

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

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

Previous Received:{{ round($totalReceived - $data->amount) }}

Current Received:{{ round($data->amount) }}

Due:{{ round($totalAmount - $totalReceived) }}

________________________
Student's Signature

__________________________
Account's Signature