@if ($notification = Session::get('success'))
{{ $notification }}
@endif
@if ($notification = Session::get('error'))
{{ $notification }}
@endif
@if ($notification = Session::get('warning'))
{{ $notification }}
@endif
@if ($notification = Session::get('info'))
{{ $notification }}
@endif
@if ($errors->any())
Please check the form under for errors
@endif