{{ isset($title) ? $title : 'Oops!' }}

{{ isset($subtitle) ? $subtitle : __('Something went wrong.') }}

@if(isset($text))

{{ $text }}

@endif