@props([ 'value' => null, 'decimals' => 0, 'dash' => true, // show — for null/empty values ]) {{-- Delegates to App\Support\Money so the markup matches controller-rendered amounts. --}} {!! \App\Support\Money::html($value, (int) $decimals, (bool) $dash) !!}