<div class="min-w-0 flex-auto">
<p class="text-sm font-semibold leading-6 text-gray-900">{{ $slot }}</p>
@if(isset($subtext))
<p class="mt-1 truncate text-xs leading-5 text-gray-500">{{ $subtext }}</p>
@endif
</div>
Powered by TurnKey Linux.