@extends('layouts.app') @section('content')
Name: {{ $student['name'] ?? 'N/A' }}
Roll No: {{ $student['rollno'] ?? 'N/A' }}
Date: {{ now()->format('d M Y') }}
Challan ID: {{ $record['id'] ?? 'N/A' }}
| Fee Type | Amount | Status | Start Date | End Date |
|---|---|---|---|---|
| {{ $record['fee_type'] ?? 'N/A' }} | Rs. {{ number_format($record['fee'] ?? 0, 2) }} | {{ $record['fee_status'] ?? 'N/A' }} | {{ $record['start_date'] ?? 'N/A' }} | {{ $record['end_date'] ?? 'N/A' }} |
Bank Name: ABC Bank
Account Number: 1234567890
Branch Code: 0123