first(); $symbol = $currency->symbol?? ''; return $symbol . ' ' . number_format($number, $currency->decimal_places, ',', '.'); } }