@extends('layouts.guest') @section('title', 'Login - Hotel Management System') @section('content')
Sign in to your hotel management account
@if ($errors->any())@if ($errors->has('email') || $errors->has('password')) Invalid email or password @else {{ $errors->first() }} @endif
Don't have an account? Register here