@if (isset($akses->sales_order)) @if ($akses->sales_order->view == 1)
| SO Number | Tanggal SO | Customer | Grand Total | Currency | Dibuat Oleh | Status | |
|---|---|---|---|---|---|---|---|
| {{ $item->so_number }} | {{ $item->so_date }} | {{ $item->nama_customer }} | {{ number_format($item->total_amount - $item->discount_amount, 2, ',', '.') }} | {{ $item->currency_code }} | {{ $item->created_by_name }} | {{ $item->status }} |