@extends('layouts.auth-app') @section('title', 'Login Page') @section('content')
@csrf
Mojere
Forgot Password?

No worries, we will send you reset instructions.

@if ($errors->any())
@endif @if (session('success')) @endif {{-- @if (session('error')) @endif --}}
@error('email')
{{ $message }}
@enderror
@endsection