@extends('layouts.app') @section('content')
Back to Payments
PAID
@if(file_exists(public_path('loggo.png'))) Logo @endif

PAYMENT RECEIPT

Madrasa Ma Ahad Ul Quran


Receipt No:
{{$transaction->transaction_number}}
Date:
{{$transaction->transaction_date->format('d M, Y')}}
Student Information
Student Name {{$transaction->student->first_name}} {{$transaction->student->last_name}}
ID Card Number {{$transaction->promotion->id_card_number ?? 'N/A'}}
Class {{$transaction->promotion->schoolClass->class_name ?? 'N/A'}}
Section {{$transaction->promotion->section->section_name ?? 'N/A'}}
Session {{$transaction->promotion->schoolSession->session_name ?? 'N/A'}}
Payment Details
@if($transaction->receivedByUser) @endif @if($transaction->remarks) @endif
Payment Type {{$transaction->getTransactionTypeName()}}
Payment Method {{$transaction->getPaymentMethodName()}}
Payment Date {{$transaction->transaction_date->format('l, d F Y')}}
Received By {{$transaction->receivedByUser->first_name}} {{$transaction->receivedByUser->last_name}}
Remarks {{$transaction->remarks}}
AMOUNT PAID

Rs. {{number_format($transaction->amount_paid, 2)}}

Pakistani Rupees
@if($transaction->paymentProfile)
Total Owed
Rs. {{number_format($transaction->paymentProfile->total_amount_owed, 2)}}
Total Paid
Rs. {{number_format($transaction->paymentProfile->total_amount_paid, 2)}}
Balance Remaining
Rs. {{number_format($transaction->paymentProfile->balance_remaining, 2)}}
@endif

Received By

Signature & Stamp

Verified By

Authorized Signature

This is a computer-generated receipt and is valid without signature.
For queries, please contact the administration office.
@endsection