@props([ 'image' => '', 'title' => '', 'subtitle' => '', 'description' => '', 'withBackground' => false, 'model', 'actions' => [], 'hasDefaultAction' => false, 'selected' => false ])
@if ($hasDefaultAction) {{ $image }} @else {{ $image }} @endif

@if ($hasDefaultAction) {!! $title !!} @else {!! $title !!} @endif

@if ($subtitle) {!! $subtitle !!} @endif
@if (count($actions))
@endif
@if (isset($description))

{!! $description !!}

@endif