@php $classes = ['card', 'graphictoria-small-card', 'shadow-sm']; if(isset($attributes['class'])) $classes = array_merge($classes, explode(' ', $attributes['class'])); @endphp
{{ isset($title) ? $title : $attributes['title'] }}

{{ $body }}

{{ $footer }}