Order

{{-- $item->promotion->name ?? 'No Promotion' --}} @foreach($order->request_items as $item) @if($item->promotion) @else @endif @if($item->promotion) @else @endif @endforeach
Product Name Product Promotion Unit Price Quantity Total Price
{!!$item->product->name !!}{!!$item->promotion->name !!}None{!!$item->promotion->value !!}{!!$item->unit_price !!}{!!$item->quantity !!} {!!$item->final_price !!}