@include('includes.header') {{--
--}}
Login
@if(Session::has('error'))
{{Session::get('error')}}
{{-- @if(session('response'))
{{ session('response') }}
--}} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Not Registered ? Click Here
@include('includes.footer')