@extends('auth.layouts.app') @push('title') {{ __('Forget Password') }} @endpush @section('content')
{{ getOption('app_name') }}

{{ getOption('sign_up_left_text_title') }}

{{ getOption('sign_up_left_text_subtitle') }}

{{ __('Forgot Password') }}

@if (getOption('disable_registration') != 1)

{{ __('Don’t have an account?') }} {{ __('Sign up') }}

@endif
@csrf
@error('email') {{ $message }} @enderror
@endsection