© 2026 Hedgehog Software, LLC
->formatStateUsing(function ($state, Repair $record) { $state = PaymentStatus::getLabel($state); $dep = $record->dep_payment_status; //value in euro return $state . ' ' . $dep; // Partial paid 30€ })