@extends('backend.master') @section('title', 'Sell details') @section('content')
Sell ID | Product ID | Product Name | Quantity | Price | Total Price |
---|---|---|---|---|---|
{{ $detail->sell_id }} | {{ $detail->product->id }} | {{ $detail->product->product_name }} | {{ $detail->quantity }} | {{ $detail->price }} | {{ $detail->total_price }} |