@props([ 'title' => '', 'subtitle' => '', 'icon' => 'fas fa-chart-bar', 'maxWidth' => '30%', ])
merge(['class' => 'card border-0 global-dashboard-tile']) }} style="max-width: {{ $maxWidth }}; margin: 1rem;">
{{ $title }}
@if($subtitle !== '') {{ $subtitle }} @endif
{{ $slot }}
@isset($footer) @endisset