@if(!auth()->check()) @php $checked = ''; $disabled = ''; if($checkout['guest_registration_mandatory']){ $checked = 'checked'; $disabled = 'disabled'; } @endphp
Valid password is required.
Password does not match.

@endif