@if ( Session::has('success') )

Success: {{ Session::get('success') }}
@endif @if ( count($errors) > 0 )

Errors:
@endif