@extends('layouts.mastercms') @section('content')
| ID | Product Details | Order_number | Quantity | Action |
|---|---|---|---|---|
| {{$posts->id}} |
Name: {{$posts->product->title}} Selling price: {{$posts->product->sell_price}} Quantity: {{$posts->product->quantity}} |
{{$posts->order_id}} | {{$posts->quantity}} |