@extends('layouts.guest') @section('title', __('auth.forgot_password')) @section('container')
@include('layouts.session')
{{-- CSRF Protection --}} @csrf @method('POST')

{{ __('auth.forgot_password') }}

{{ __('auth.enter_registered_email') }}

@endsection @section('js') @endsection