@props(['title', 'subtitle'])
<div>
<div class="flex items-center">
<div class="ml-2.5 truncate flex flex-col text-left">
<div class="text-sm font-medium truncate text-foreground">
{{ $title }}
</div>
<div class="text-xs truncate text-muted-foreground">
{{ $subtitle }}
</div>
</div>
</div>
</div>
@props(['title', 'subtitle'])
<div>
<div class="flex items-center">
<div class="ml-2.5 truncate flex flex-col text-left">
<div class="text-sm font-medium truncate text-foreground">
{{ $title }}
</div>
<div class="text-xs truncate text-muted-foreground">
{{ $subtitle }}
</div>
</div>
</div>
</div>