@extends('layouts.main', ['welcome' => true]) @section('content') account_circle Validate your phone number @csrf A verification code was sent by SMS on {{ $phoneChangeCode->phone }}. Please enter the verification code below: @include('parts.errors', ['name' => 'code']) You didn't receive the code? Resend a code @endsection @section('footer') Hop @endsection
A verification code was sent by SMS on {{ $phoneChangeCode->phone }}.
Please enter the verification code below:
You didn't receive the code? Resend a code