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

{{__("Reset Password")}}

{{__("Enter your email and instructions will sent to you!")}}
@csrf
@error('email') {{ $message }} @enderror
@endsection