{{-- required meta tags --}} {{-- title --}} {{ __('Forget Password') . ' | ' . $websiteInfo->website_title }} {{-- fav icon --}} {{-- bootstrap css --}} {{-- atlantis css --}} {{-- admin-login css also using for forget password --}} {{-- forget password form start --}}
@if (!empty($websiteInfo->logo))
@endif
@csrf @if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
{{-- forget password form end --}} {{-- jQuery --}} {{-- popper js --}} {{-- bootstrap js --}} {{-- bootstrap notify --}} {{-- fonts and icons script --}} {{-- fonts and icons script --}} @if (session()->has('success')) @endif @if (session()->has('warning')) @endif