@props([ 'stats' => [], 'type' => 'pagar' // 'pagar' ou 'receber' ]) @php $bgColor = $type === 'pagar' ? 'bg-danger' : 'bg-success'; $iconColor = $type === 'pagar' ? 'text-danger' : 'text-success'; $titulo = $type === 'pagar' ? 'Contas a Pagar' : 'Contas a Receber'; @endphp
Total
Pendentes
{{ $type === 'pagar' ? 'Pagas' : 'Recebidas' }}
Vencidas