@php /** * Where PayPal sends the payer back to. * * Connecting an account happens in a CHILD WINDOW so the page they started from never moves. That * window has done its job by the time this renders, so it tells its opener what happened and closes * itself; the opener refreshes the list in place. * * Opened directly instead — no opener, because the browser blocked the popup, or the link was copied * — this falls back to an ordinary redirect, so the flow still completes either way. * * @var bool $ok * @var string $backUrl * @var string $message */ @endphp
{{ $message }}