@extends('auth-base') @section('title', 'Login') @section('content') @push('styles') @endpush
Logo

Frontend User Login

Sign in to access your dashboard

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('login')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@if (Route::has('user.password.request')) Forgot password? @endif

Don't have an account? Register now

Demo Credentials (Frontend):

Email/Username: frontenduser@example.com / frontenduser

Password: password

Use any valid user credentials from your database

@endsection @push('scripts') @endpush