Order

@foreach($request->request_items as $item) @endforeach
Name Unit Price Image Color Quantity Total Price
{!! $item->product_color->product->name??'' !!} {!! $item->unit_price !!} {!! $item->color !!} {!! $item->quantity !!} {!! $item->total_price !!}