@if ($success === true) @elseif ($success === false) @else @endif
{{$title}}
@if ($success === true) {!! $success_message !!} @else {!! $error_message !!} @endif
@if (($success !== true) && !empty($errors)) @if (!empty($hints))

Some hints that might help you troubleshoot this issue:

@endif @endif