@extends('layouts.app') @section('title', 'Forgot Password') @section('content')
@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email') {{ $message }} @enderror
or
@endsection @push('styles') @endpush @push('scripts') @endpush