@vite(['resources/css/app.css', 'resources/js/app.js'])
K

Kashi Housing

Admin Panel

Welcome Back

Sign in to access your dashboard

@if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf
Demo Credentials
Admin
Email: admin@kashihousing.com
Pass: admin@123
Agent
Email: agent@kashihousing.com
Pass: agent@123
← Back to Website
Credentials copied!