@section('theme::title', __('Verify Your Email Address') . ' - ' . config('app.name')) @section('theme::content')

{{str(auth()->user()->name)->headline()->value()}}

Verify Email Address

Read the following rules carefully

@if (session('resent')) @endif
@csrf
@endsection