@extends('layouts.app') @section('title','Penjualan') @section('page-title','Penjualan') @section('content')
| No. Invoice | Pelanggan | Total | |||
|---|---|---|---|---|---|
| {{ $sale->invoice_number }} | {{ $sale->customer?->name ?? 'Umum' }} | Rp {{ number_format($sale->total,0,',','.') }} | Detail | ||
| Belum ada data penjualan. | |||||