@php /** * The saved-method rows, on their own so the server can re-render JUST this list. * * Choosing a different default is a one-field change; reloading the entire account page to show a * tick move was the heaviest possible way to say it. Account\PaymentMethodController renders this * fragment and hands it back, and the page swaps the list in place — see account-payment.js. * * @var array $methods this user's methods, best first */ $methods = $methods ?? []; $cardModel = new \App\Models\PaymentMethod(); @endphp