@props([ 'title' => null, 'description' => null, 'footer' => null, 'extraDescription' => null, 'card' => true, ])
@if ($title)

{{ $title }}

@endif @if ($description)

{!! BaseHelper::clean($description) !!}

@endif {!! BaseHelper::clean($extraDescription) !!}
@if ($card) {{ $slot }} @else {{ $slot }} @endif {{ $footer }}