@extends('layouts/contentNavbarLayout') @section('title', 'Deposit Details') @section('vendor-style') @endsection @section('content')
| User | Deposit Date | Amount | Payment Mode | UTR / Cheque No. | Status | Actions |
|---|---|---|---|---|---|---|
|
@if($profileDoc)
|
{{ $d->actual_deposit_date?->format('d M Y') ?? '—' }} | ₹{{ $d->amount ? number_format($d->amount, 2) : '—' }} | {{ $d->payment_mode ? ucfirst($d->payment_mode) : '—' }} | {{ $d->transaction_id ?? '—' }} | Received |
| User | Amount | Status | Actions |
|---|---|---|---|
|
@if($profileDoc)
|
— | Pending |
| User | Amount | Payment Mode | UTR/Cheque No. | Date | Status | Actions |
|---|---|---|---|---|---|---|
|
@if($profileDoc)
|
₹{{ number_format($dr->amount_returned, 2) }} | {{ ucfirst($dr->payment_mode) }} | {{ $dr->transaction_id ?? '—' }} | {{ $dr->return_date?->format('d M Y') ?? '—' }} | Returned |
| User | Leaving Date | Status | Actions |
|---|---|---|---|
|
@if($profileDoc)
|
{{ $s->updated_at?->format('d M Y') ?? '—' }} | Left |