@extends('layouts.app') @section('title', 'Pending Approvals') @section('content')
Expense transactions awaiting approval
| Date | Account | Category | Amount | Reference | Recorded By | Actions |
|---|---|---|---|---|---|---|
| {{ $transaction->date->format('d M Y') }} | {{ $transaction->account?->name }} | {{ $transaction->category?->name }} | {{ number_format($transaction->amount, 2) }} | {{ $transaction->reference ?? '-' }} | {{ $transaction->recorder?->full_name }} | |
| No pending transactions. | ||||||