@foreach($Items as $Item) @endforeach

{{$Item->title}}

{{$Item->tagline}}

{{$Item->address}}

{{$Item->email}}

{{$Item->phone}}

Order Products Report

Order: {{$Order->id}} Customer: {{$Order->user->name}} Duration: {{$Order->duration->title}}
@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 $order_service) {{$order_service->product_service->servicetype->title}}, @endforeach {{$order_product->quantity}}