@extends('user::layouts.auth') @section('title', 'Verify email') @section('content')

Verification

Verify your email

Before you continue, confirm your email address from the link we sent you.

@if (session('status') === 'verification-link-sent')
A fresh verification link has been sent to your inbox.
@endif
@csrf
@csrf
@endsection