@extends('layouts.auth-app') @section('title', 'Login Page') @section('content')
@csrf
Mojere
Welcome back 👋

Enter your details here to login to the dashboard

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