@if (count($errors) > 0)
Whoops! There were some problems with your input.
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if(Session::has('warn'))
{!!Session::get('warn')!!}
@endif
@if(Session::has('success'))
{{Session::get('success')}}
@endif
@if(Session::has('fails'))
{{Lang::get('message.alert')}}! {{Lang::get('message.failed')}}.
{{Session::get('fails')}}
@endif