@php $configData = Helper::applClasses(); @endphp @extends('layouts/fullLayoutMaster') @section('title', __('locale.auth.verify_email_address')) @section('page-style') {{-- Page Css files --}} @endsection @section('content')
@if($configData['theme'] === 'dark') {{config('app.name')}} @else {{config('app.name')}} @endif
@if (session('status')) @endif

{{ __('locale.auth.verify_email_address') }}

{{ __('locale.auth.resend_verification_link') }}

{{ __('If you did not receive the email') }}, {{ __('click here to request another') }}

@endsection