@if (Session::has('success'))
Well done! @if (Session::has('message')) {{Session::get('message')}} @else Your query successfully executed. @endif
@endif @if ( $errors->count() > 0 )
Ohh no! The following errors have occurred ({{ $errors->count() }}):
@endif