@extends('layouts.app') @section('page', __('Reset Password')) @section('title', getSetting('APPLICATION_NAME') . ' | ' . __('Reset Password')) @section('content')
{{ __('Forgot your password?') }}
{{ __('Already have the password?') }}
{{ __('Login') }}
{{ __('Reset Password') }}
@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email')
{{ $message }}
@enderror
{{ __('Send Password Reset Link') }}
@endsection