@extends('layouts.auth') @section('content')
@if (session('status')) @endif
@csrf

Forgot Password

@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@push('scripts') @endpush @endsection