@extends('layouts.master-blank') @section('title', e(__('Verify your email address'))) @push('styles') @endpush @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') }}, @include('component.alerts.alert')
@csrf
@csrf
@error('email')

{{ $message }}

@enderror

{{ __('Already have an account?') }} {{ __('Sign In') }}

@endsection @push('scripts') @endpush