Verify Your Email
To proceed, click on the verification link sent to {{ Auth::user()->email }}
Didn't receive an email?
@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')
To proceed, click on the verification link sent to {{ Auth::user()->email }}
Didn't receive an email?