@extends('backend.layouts.auth.app') @section('title') {{ env('APP_NAME') }} || Verify Email @endsection @section('main')
Image

Don't worry, we'll send you an email to reset your password.

@if (session('status') == 'verification-link-sent')
{{ __('A new verification link has been sent to the email address you provided during registration.') }}
@endif
@csrf
@csrf
@endsection