@extends('auth.layouts.master') @section('title', 'Forget Password') @section('content')

{{ __('Reset Password') }}

{{ __("Enter your email and we'll send you instructions to reset your password.") }}

@include('auth.partials.error')
@csrf
@if(has_recaptcha()) @endif
{{ __('Return to login') }}
@endsection @if (has_recaptcha()) @push('scripts') @endpush @endif