@extends('layouts.login') @section('title') {{ localize('Verify') }} {{ getSetting('tab_separator') }} {{ getSetting('system_title') }} @endsection @section('content')
{{ localize('Verify Your Email Address') }}
@if (session('resent')) @endif {{ localize('Before proceeding, please check your email for a verification link.') }} {{ localize('If you did not receive the email') }},
@csrf .
@endsection