Pending Approval
{{ $itemNames ?: 'Package Request' }}
Submitted: {{ isset($row['submitted_at']) ? \Carbon\Carbon::parse($row['submitted_at'])->format('d M Y, h:i A') : '—' }}
@if(! empty($row['submitted_by']))
· by {{ $row['submitted_by'] }}
@endif
৳{{ number_format($row['amount'] ?? 0, 2) }}
{{ $row['duration_months'] ?? '—' }} months · Bank Transfer
@if(! empty($row['items']))
@foreach($row['items'] as $item)
- {{ $item['name'] ?? '—' }} — ৳{{ number_format($item['amount'] ?? 0, 2) }}
@endforeach
@endif
@if(! empty($row['customer_notes']))
Customer note: {{ $row['customer_notes'] }}
@endif