@php /** @var \App\Models\BankAccount|null $account */ $account = $account ?? null; $accountOptions = $accountOptions ?? collect(); @endphp