@props([ 'basePrice' => 0, 'margin' => 0, 'finalPrice' => 0, 'showMargin' => true, 'compact' => false ]) @php $formatPrice = function($price) { return 'Rp ' . number_format($price, 0, ',', '.'); }; @endphp @if($compact)