@extends('layouts.main', ['welcome' => true]) @section('content') account_circle Validate your email @csrf A verification code was sent by email on {{ $emailChangeCode->email }}. 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 email on {{ $emailChangeCode->email }}.
Please enter the verification code below:
You didn't receive the code? Resend a code