Logedin as:{{ auth()->user()->username }}
@if (session('message'))
{{ session('message') }}
@endif
@if (count($errors) > 0)
Whoops! There were some problems with your input.
@endif
@if (session('error'))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ session('error') }}
@endif
@if (session('warning'))
{{ session('warning') }}
@endif