@php $configData = Helper::applClasses(); @endphp @extends('layouts/fullLayoutMaster') @section('title', 'Confirm') @section('page-style') {{-- Page Css files --}} @endsection @section('content')

{{ __('auth.verify_your_email') }}

{{ __('auth.verify_email_desc') }}: @auth{{ Auth::user()->email }}@endauth. {{ __('auth.verify_email_please_follow') }}

{{ __('auth.didnt_receive_email') }}

@csrf .
{{ __('locale.back') }}

@endsection @section('vendor-script') @endsection @section('page-script') @endsection