@extends('layouts.pmapp') @section('content') {{-- Delivery Boy Dashboard Details --}}
#: {{$Order->id}}
@php $Slno=0; @endphp @foreach($Order->order_products as $order_product) @endforeach
Slno Product Services Quantity
{{++$Slno}} {{$order_product->product->title}} @foreach($order_product->order_product_services as $ProductServices) @endforeach {{$order_product->quantity}}
@endsection