@if(isset($title)) {{$title}} @else Meeting Not Found! @endif
@if(isset($error_code))

{{$error_code}}

@else

404

@endif

error

@if(isset($message))

{{$message}}

@else

Uh-oh, we couldn't locate the meeting you are looking for in our server!

@endif @if(isset($button_text) && isset($path)) {{$button_text}} @else Back to Home! @endif