@props(['name', 'amt', 'tp' => false, 'status' => null]) @php $colorClass = match($status) { 'success' => 'text-green-500', 'pending', 'processing' => 'text-yellow-500', 'failed' => 'text-red-500', default => 'text-gray-800' }; @endphp