@extends('layouts.auth') @section('contents')
@csrf
mail @error('email') {{ $message }} @enderror
Back to login
{{-- verification form --}} @endsection @section('scripts') @endsection