@extends('layouts.app') @section('title', 'Void Approvals') @section('content')
| Order | Requested By | Amount | Reason | Status | |
|---|---|---|---|---|---|
| {{ $r->order->invoice_number ?? $r->order->order_number }} | {{ $r->requester->name }} | {{ number_format($r->amount, 2) }} | {{ $r->reason }} | {{ ucfirst($r->status) }} | @if ($r->status === 'pending') @endif |
| No void requests. | |||||