@if(Session::has('profil'))
@endif
SIMRS @if(Session::has('profil')){{ '- '.Session::get('profil')->name }}@endif
Login
@csrf
Username
Please fill in your username
Password
please fill in your password
@if(Session::has('failed_message'))
{{Session::get('failed_message')}}
@endif @if(Session::has('success_message'))
{{Session::get('success_message')}}
@endif
Login