@extends('layouts.pmapp') @section('content') {{-- Delivery Boy Dashboard Details --}}
| Slno | Product | Services | Quantity |
|---|---|---|---|
| {{++$Slno}} | {{$order_product->product->title}} | @foreach($order_product->order_product_services as $ProductServices) @endforeach | {{$order_product->quantity}} |