@extends('layouts.app') @section('content')
{{ __('Verify Your Phone Number') }}
@if (session('resent')) @endif {{ __('Before proceeding, please check your phone for a verification code.') }} {{ __('If you did not receive the email') }},
@csrf
@endsection