S4V Employees Management System
Forgot your password?
No problem. Enter your email address and we'll send you a password reset link.
{{-- Session Status --}}
@if (session('status'))
{{ session('status') }}
@endif
{{-- Validation Errors --}}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif