@extends('template.app') @section('title', 'Daftar Retur Pembelian') @section('css') @endsection @section('breadcrumb')
| No. Nota Retur | Tanggal Retur | No. Invoice Pembelian | Nama Toko | Nama Supplier | Total Retur | Aksi | |
|---|---|---|---|---|---|---|---|
| {{ $return->return_no }} | {{ $return->return_date }} | {{ $return->invoice_no }} | {{ $return->store_name }} | {{ $return->supplier_name }} | {{ number_format($return->total_amount - $return->discount, 0, ',', '.') }} |
|