@extends('layouts.auth') @section('title') {{ __('Email Verification') }} @endsection @php $logo = \App\Models\Utility::get_file('logo/'); if (empty($lang)) { $lang = Utility::getValByName('default_language'); } @endphp @section('language-bar')
@endsection @section('content')
{{ __('Verify Your Email Address') }}
@if (session('status') == 'verification-link-sent') @endif
{{ __('Before proceeding, please check your email for a verification link.') }} {{ __('If you did not receive the email') }},
@csrf
@csrf
@endsection