@extends('layouts/contentNavbarLayout') @section('title', 'Deposit Receipt Book') @section('vendor-style') @endsection @section('content')
| Receipt / Ref. | Student | Transaction Date | Period | Amount | Payment Mode | Action |
|---|---|---|---|---|---|---|
| D-{{ $d->id }} |
@if($s->documents->where('document_type', 'profile_photo')->first())
{{ $s->full_name }}{{ $s->student_mobile ?? '—' }}
|
{{ $d->actual_deposit_date?->format('d/m/Y') ?? '—' }} | {{ $d->from_date?->format('d/m/Y') ?? '—' }} – {{ $d->to_date?->format('d/m/Y') ?? '—' }} | ₹ {{ number_format($d->amount, 2) }} | {{ $paymentModes[$d->payment_mode] ?? $d->payment_mode }} | |
| No deposit records for the selected filter. | ||||||
| Total | ₹ {{ number_format($total, 2) }} | |||||