@if(Auth::check() && config('settings.phone_otp_verification')) @if(!auth()->user()->mobile) @lang('Please add and verify your phone number') @elseif(!auth()->user()->mobile->verified) @lang('Please verify your phone number') @endif @endif