@lang('global.quantity') | @endif@lang('global.category') | @if ($order->status->title !== 'pending')@lang('global.quantity') | @endif@lang('global.unit_price') | @if ($order->status->title === 'pending')@lang('global.actions') | @endif|
---|---|---|---|---|---|
|
@endif | {{ $item->title }} | @if ($order->status->title !== 'pending'){{ $item->quantity }} | @endif{{ $item->price }} | @if ($order->status->title === 'pending')@endif |