@php // Safeguard: precompute revert capability for use anywhere in the template $userHomeState = $req->user->home_state_id ?? null; $userCurrentState = $req->user->state_id ?? null; $canRevert = $userHomeState && $userCurrentState && $userHomeState !== $userCurrentState; @endphp