@extends('layouts/contentNavbarLayout') @section('title', 'Return Deposit - ' . $student->full_name) @section('content')
Original deposit: ₹{{ number_format($latestDeposit->amount, 2) }} ({{ $latestDeposit->actual_deposit_date?->format('d M Y') }}). Enter the amount being returned (e.g. after deductions).
@endif