@extends('layouts.login') @section('content')
Confirm Token
@csrf @if(session('message'))
{{session('message')}}
@endif
Please enter the code sent to {{ $maskedCellNumber }}.
@{{ response.message }} Confirmation code has been resent!
@endsection