@if (count($errors) > 0)
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if(Session::has('flash_error'))
{{ Session::get('flash_error') }}
@if(Session::has('flash_id'))
View login details
@endif
@endif
@if(Session::has('flash_success'))
{{ Session::get('flash_success') }}
@endif