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

Check your inbox

We sent a verification link to {{ auth()->user()->email }}. Click it to confirm this address.

@csrf
@endsection @section('foot')
@csrf
@endsection