@extends('auth.master') @section('title', __('auth.forgot_password')) @section('content') @use('App\Models\Setting') @php $settings = Setting::first()->values; @endphp

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

Please enter your mail id to reset the password.

@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@if (Route::has('login')) {{ __('static.login.back_to_login') }} @endif
@endsection @push('js') @endpush