@extends('layouts.app') @section('content')
@if (session('error')) @endif @if(session('message')) @endif
Please enter the OTP sent to your number: {{Auth::User()->phone}}
@CSRF
@error('verification_code') {{ $message }} @enderror
Or Change Number?
@CSRF
@endsection