@if ($partial ?? false) @include($partial, $partialData) @elseif ($content ?? false) {{ $content }} @endif