@extends('app') @section('title', __('auth.forgotpassword')) @section('content')
{{ __('auth.forgotpassword') }}
@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email')
{{ $message }}
@enderror
@endsection