@extends('layouts.master-blank')
@section('title', e(__('Verify your email address')))
@push('styles')
@endpush
@section('content')
{{ __('Verify your email address') }}
@if (session('resent'))
{{__('Verification link has been sent to your email address.')}}
@endif
{{ __('Before proceeding, please check your email for a verification link.') }}
{{ __('If you did not receive the email') }},
@include('component.alerts.alert')
{{__('Verification link has been sent to your email address.')}}
@endif
{{ __('Before proceeding, please check your email for a verification link.') }}
{{ __('If you did not receive the email') }},
@include('component.alerts.alert')