@php $combinedCount = App\Core\Modules\Products\Models\ProductCombined\ProductCombined::count(); $productCount = App\Core\Modules\Products\Models\ProductCombined\ProductCombinedList::count(); $date = Carbon\Carbon::now()->subDays(2); $productDeleted = App\Core\Modules\Products\Models\ProductCombined\ProductCombinedLog::where('created_at', '>=', $date)->pluck('product_id')->toArray(); @endphp @dump([ 'Grup wariantowych' => $combinedCount, 'Prod. w wariantach' => $productCount, 'Usunięte id prod. war. (24h)' => $productDeleted, ])
© {{ trans('admin/layout.bottom.copyright') }} CStorePremium.com
{{ trans('admin/layout.bottom.rights') }}