@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')) {{ session('status') }} @endif @csrf {{ __('static.email') }} @error('email') {{ $message }} @enderror {{ __('auth.send_reset_password_link') }} @if (Route::has('login')) {{ __('static.login.back_to_login') }} @endif @endsection @push('js') @endpush
Please enter your mail id to reset the password.