@props(['title', 'icon' => 'list-ul', 'count' => null]) {{-- A card for a list/table of records related to the entity being shown. --}}
merge(['class' => 'card related-card shadow-sm']) }}>
{{ $title }} @if(! is_null($count)){{ $count }}@endif @isset($action){{ $action }}@endisset
{{ $slot }}