put('title', $title); } public function render() { return <<<'HTML'
@if ($heading)
{{$heading}}
@endif
{{ $slot }}
HTML; } }