@php function formatRupiah($number) { return 'Rp ' . number_format($number, 0, ',', '.'); } @endphp @foreach ($orders as $order) @endforeach