@if (Session::has('resent_code') && Session::get('resent_code'))
{{ __('messages.has_verified_phone.resent') }}
@endif @if (Session::has('verified_phone') && Session::get('verified_phone'))
{{ __('messages.has_verified_phone.verified') }}
@endif