@extends('layouts.auth') @section('title', 'Verify email') @section('auth_title', 'Verify your email') @section('auth_subtitle', 'Enter the 6-digit code we just emailed to ' . e(auth()->user()->email) . '.') @section('content') @if(session('status') === 'verification-code-sent')
A new code has been sent. Please check your inbox.
@endif @if($errors->any()) @endif
@csrf
@csrf
@csrf
@endsection