S4V Employees Management System
Login to your account
{{-- Session Status --}} @if (session('status'))
{{ session('status') }}
@endif {{-- Validation Errors --}} @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
Email address
Password
@if (Route::has('password.request'))
Forget your password?
@endif
Login