@if (session('message'))
×
Error!
{!! session('message') !!}
@endif
{{ csrf_field() }}
NIP Pegawai
@if($errors->has('username'))
{{ $errors->first('username') }}
@endif
Password
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif
Login