@extends('layouts.mastercms') @section('content')
Back @foreach($product as $posts) @endforeach
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}}
@csrf @method('DELETE')
@endsection