{{-- Header --}}
{{-- Status Alert --}} @if (session('status') == 'verification-link-sent')
{{ __('t.verification_link_sent') }}
@endif
{{-- Icon --}}
{{-- Title & Description --}}
{{ __('t.verify_your_email') }}
{{ __('t.check_email_inbox') }}
{{-- Action Buttons --}}
@csrf
{{ __('t.resend_email') }}
@csrf
{{ __('t.log_out') }}
{{-- Illustration --}}