{{-- @extends('layouts.app') @section('content')
{{ __('Verify Your Email Address') }}
@if (session('resent')) @endif {{ __('Before proceeding, please check your email for a verification link.') }} {{ __('If you did not receive the email') }},
@csrf .
@endsection --}} @extends('user.layouts.app') @section('content')
We're thrilled to have you here! Get ready to dive into your new account.

Verify Your Email!

{{-- --}}

Before proceeding, please check your email for a verification link.

If you have any questions, just reply to this email—we're always happy to help out.

Thanks for choosing our service,
Education Cube Team

@if (session('resent')) @endif
{{ __('If you did not receive the email') }},
@csrf .

Need more help?

We’re here to help you out


{{--

If these emails get annoying, please feel free to unsubscribe.

--}}
@endsection