@php use Illuminate\Support\Number; @endphp
$amount >= 0, 'border-rose-500/40 bg-rose-50 dark:border-rose-400/30 dark:bg-rose-950/40' => $amount < 0, ]) >

$amount >= 0, 'text-rose-600 dark:text-rose-400' => $amount < 0, ]) > {{ Number::currency($amount, 'EUR', 'fr') }}