@if ($errors->any())
There were some problems with your input:
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif @if (session('error'))
{{ session('error') }}
@endif @if (session('success'))
{{ session('success') }}
@endif
Login
@csrf
Email
Password
Login