@props([ 'title' => '', 'description' => '', 'columns' => 2 ])
@if($title)

{{ $title }}

@endif @if($description)

{{ $description }}

@endif
{{ $slot }}