{{--
--}}
@if(Session::get('errors'))
×
Close
{{Session::get('errors')->first()}}
{!!Session::forget('errors')!!} @endif @if(Session::get('success'))
×
Close
{{Session::get('success')}}
{!!Session::forget('success')!!} @endif
Admin Login
@csrf
Email
{{$errors->first('email')}}
Please fill in your email
Password
{{$errors->first('password')}}
please fill in your password
Login