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