@extends('layouts.admin') @section('title', 'Cash Handover Requests') @section('content') @if(session('success'))
Approve requests from cashiers who have handed over cash to you.
| Cashier | Branch | Counter | Amount | Date | Action |
|---|---|---|---|---|---|
| {{ $r->cashier->name ?? '-' }} | {{ $r->cashDrawer->branch->name ?? '-' }} | {{ $r->cashDrawer->counter->name ?? '-' }} | Rs {{ number_format($r->amount, 0) }} | {{ $r->created_at->format('Y-m-d H:i') }} | |
| No pending requests. | |||||