@extends('layouts.auth.app') @section('content') @if(count($errors) > 0 )
@foreach($errors->all() as $key => $error)
{{$error}}
@endforeach
@endif
@if (session('resent'))
{{ __('A fresh verification link has been sent to your email address.') }}
@endif
Verfiy You Email
The Url verification Has Been Send Success To Your MailBox , check it please
@csrf
{{ __('Resend the To Email') }}
.
@endsection @section("scripts") @endsection