@extends('layouts/contentNavbarLayout') @section('title', 'Deposit Return Receipt Book') @section('vendor-style') @endsection @section('content')
| Ref. | Student | Return Date | Refund Amount | Mode of Refund | UTR / Reference | Action |
|---|---|---|---|---|---|---|
| DR-{{ $r->id }} |
@if($s->documents->where('document_type', 'profile_photo')->first())
{{ $s->full_name }}{{ $s->student_mobile ?? '—' }}
|
{{ $r->return_date?->format('d/m/Y') ?? '—' }} | ₹ {{ number_format($r->amount_returned, 2) }} | {{ $paymentModes[$r->payment_mode] ?? $r->payment_mode }} | {{ $r->transaction_id ?? '—' }} | |
| No deposit return records for the selected filter. | ||||||
| Total | ₹ {{ number_format($total, 2) }} | |||||