@php /** @var \App\Models\Supplier|null $supplier */ $supplier = $supplier ?? null; $currencyOptions = $currencyOptions ?? collect(); $accountOptions = $accountOptions ?? collect(); @endphp