@php $title = $title ?? null; $body = $body ?? ''; $class = $class ?? ''; @endphp
@if (!empty($title))

{{ $title }}

@endif
{!! $body !!}