@stack('move_th_start') @stack('move_th_end') @if (! $hideItems) @stack('name_th_start') @stack('name_th_end') @stack('description_th_start') @stack('description_th_end') @endif @stack('quantity_th_start') @stack('quantity_th_end') @stack('price_th_start') @stack('price_th_end') @stack('total_th_start') @stack('total_th_end') @stack('remove_th_start') @stack('remove_th_end') @stack('add_item_td_start') @stack('add_item_td_end')
@if (! $hideEditItemColumns) @endif @if (! $hideItemName) {{ (trans_choice($textItemName, 2) != $textItemName) ? trans_choice($textItemName, 2) : trans($textItemName) }} @if ($hideSettingItemName)    @endif @endif @if (! $hideItemDescription) {{ trans($textItemDescription) }} @if ($hideSettingItemDescription)    @endif @endif @if (! $hideItemQuantity) {{ trans($textItemQuantity) }} @if ($hideSettingItemQuantity)    @endif @endif @if (! $hideItemPrice) {{ trans($textItemPrice) }} @if ($hideSettingItemPrice)    @endif @endif @if (! $hideItemAmount) {{ trans($textItemAmount) }} @if ($hideSettingItemAmount)    @endif @endif