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

{{ __('Reset password') }}

{{ __('If you forgot your password, well, then we’ll email you instructions to reset your password.') }}

@include('auth.partials.error')
@csrf
@if(has_recaptcha()) @endif
@endsection @if (has_recaptcha()) @push('scripts') @endpush @endif