@extends('layouts.app') @section('site_title', formatTitle([Str::ucfirst(mb_strtolower(__('Verify Account'))), config('settings.title')])) @section('content')
@if (request()->session()->get('resent')) @endif
@include('icons.email', ['class' => 'text-primary fill-current width-16 height-16'])
@include('icons.more-horiz', ['class' => 'text-light fill-current width-4 height-4'])
{{ Str::ucfirst(mb_strtolower(__('Verify Account'))) }}

{{ __('Verify your account by accessing the link sent through email.') }}

@csrf {{ __('Didn\'t received the email?') }} {{ __('Resend') }}
@endsection