@extends('layouts.dmapp') @section('content') {{-- Details List View --}}
| Slno | Product | Services | Quantity |
|---|---|---|---|
| {{++$Slno}} | {{$order_product->product->title}} | @foreach($order_product->order_product_services as $order_service) {{$order_service->product_service->servicetype->title}} @endforeach | {{$order_product->quantity}} |