@lang('Login')
@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif {{ __('Log in') }}
@if (env('IS_DEMO'))
Demo Accounts

admin@salon.com

12345678

manager@salon.com

12345678

@endif @if (Route::has('register'))

Do not have an account? Register.

@endif