@extends('layouts.app') @section('content')

User Login

Sign in to your account

@csrf @if($errors->any())
Authentication Refused
{{ $errors->first() }}
@endif
Forgot Password?
Test Login Details
USER LOGIN
test@example.com
ADMIN LOGIN
admin@example.com
DEFAULT PASSWORD: password
Don't have an account? SIGN UP
Community Trust Partners
@endsection