@extends('layouts.master-without-nav') @section('title') @lang('translation.verify-email') @endsection @php $bg_image = \App\Models\GeneralSettings::where('key', \App\Models\GeneralSettings::LOGINIMAGE)->first() != null ? asset("").\App\Models\GeneralSettings::where('key', \App\Models\GeneralSettings::LOGINIMAGE)->first()->value : asset('assets/images/auth-one-bg.jpg'); @endphp @section('content')

Verify Your Email

To proceed, click on the verification link sent to {{ Auth::user()->email }}

@csrf

Didn't receive an email?

@csrf
@endsection @section('script') @endsection