@php $currencySettings = \App\Models\SystemSetting::query()->first(); $currencySymbol = $currencySettings?->currency_symbol ?? '₹'; $currencyDecimals = (int) ( $currencySettings?->currency_decimal_places ?? 2 ); $currencyRound = (bool) ( $currencySettings?->currency_round_display ?? false ); $displayDecimals = $currencyRound ? 0 : max( 0, min( 4, $currencyDecimals ) ); @endphp
Simple, transparent and flexible EMI financing.