@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|
---|---|---|---|---|---|
$item->trashed()])>
|
@endif | {{ $item->title }} | @if ($order->status->title !== 'pending'){{ $item->quantity }} | @endif@if ($item->price == 0) @lang('global.without_fees') @else {{ $item->price }} @endif | @if ($order->status->title === 'pending')$item->trashed()])> | @endif