Login

@csrf
Please fill in your username
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