@foreach($items as $item) @if(config('visibility.items_col_checkboxes')) @endif @if(config('settings.trimmed_title')) {{ runtimeProductStripTags(str_limit($item->item_description ?? '---', 45)) }} @else {{ runtimeProductStripTags($item->item_description) }} @endif {{ runtimeMoneyFormat($item->item_rate) }} {{ $item->item_unit }} @if(config('visibility.items_col_category')) {{ str_limit($item->category_name ?? '---', 30) }} @endif {{ $item->count_sold }} {{ runtimeMoneyFormat($item->sum_sold) }} @if(config('visibility.items_col_action')) @if(config('visibility.action_buttons_delete')) @endif @if(config('visibility.action_buttons_edit')) @endif @if(config('visibility.action_buttons_edit') == 'show') @endif @endif @endforeach