@extends('layouts.front') @section('title', 'Sign In - Smarth Hospitality') @section('page')

Login

@csrf
@error('username')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@if (Route::has('password.request')) Forgot Password? @endif
© {{ date('Y') }} Smarth Hospitality. Experience differently.
@endsection