@if($groupSubRelations->new == 1)
{{ __('variables.elements_list') }}
{{ __('variables.add_element') }}
@else
{{ __('variables.elements_list') }}
@endif
@if($groupSubRelations->del_to_rec == 1)
@endif
@if(!empty($goods_promo_list) && count($goods_promo_list))
| № | {{__('variables.title_table')}} | {{__('variables.promo_type')}} | {{__('variables.start_promo')}} | {{__('variables.end_promo')}} | {{--{{__('variables.total_orders_count')}} | {{__('variables.orders_total_price')}} | --}}{{__('variables.promo_status')}} | {{__('variables.edit_table')}} | @if($groupSubRelations->del_to_rec == 1){{__('variables.delete_table')}} | @endif
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $one_promo->name ?? '' }} | {{ getPromoType($one_promo->promo_type) }} | {{ $one_promo->data_start ?? '' }} | {{ $one_promo->data_end ?? '' }} | {{----}}{{--{{ getCountPromoOrders($one_promo->one_c_id) }}--}}{{-- | --}}{{--{{ number_format(getPromoOrdersTotalPrice($one_promo->one_c_id), 2, '.', '') }}--}}{{-- | --}}{{ $one_promo->data_end >= \Carbon\Carbon::now()->format('Y-m-d H:i:s') ? 'Activ' : 'Inactiv' }} | {{__('variables.edit')}} | @if($groupSubRelations->del_to_rec == 1)@endif |