| {{$row->receipt_date}} | {{$row->slip_number}} | {{$row->invoice_number}} | {{obj_attr($row->supplier, 'supplier_code')}} | {{obj_attr($row->supplier, 'supplier_name')}} | @php($foreignAmount = $row->total_standard + $row->total_reduced + $row->total_exempt) {{num_format($foreignAmount, $row->currency->decimal_digits)}} | @php($jpyAmount = $row->total_standard_jpy + $row->total_reduced_jpy + $row->total_exempt_jpy) {{num_format($jpyAmount)}} |