@extends('layouts.master-without-nav') @section('title') @lang('translation.forgot-password') @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')
{{--
--}}
Forgot Password?

Reset password with GC7 Cafe

@if (session('status'))
@endif
@csrf
@error('email') We can't find a user with that email address. @enderror

Remember it? Login

@endsection @section('script') @endsection