@extends('layouts.app') @section('title', 'Login | HMS') @section('body')
Hotel Management SaaS

Sign in

Access your HMS workspace.

@if (session('status')) @endif @if ($errors->any()) @endif
@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Local super admin:
admin@hms.test / password
@endsection