Sales Table
| Product | Qty | Price | Total | Date |
|---|---|---|---|---|
| {{ $sale->product->name }} | {{ $sale->qty }} | {{ $sale->price }} | {{ $sale->amount }} | {{ $sale->created_at }} |
| Product | Qty | Price | Total | Date |
|---|---|---|---|---|
| {{ $sale->product->name }} | {{ $sale->qty }} | {{ $sale->price }} | {{ $sale->amount }} | {{ $sale->created_at }} |