@extends('layouts.auth') @section('title', 'Password Recovery') @section('content')
@csrf
Password recovery We'll send you instructions via email
@php $status = $status ?? null; @endphp @includeWhen(isset($status), 'partials.alert', ['name' => 'login', 'forced_alert' => ['status' => 'success', 'message' => $status]])
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection @section('plugin-scripts') @endsection @section('page-script') @endsection