dyjh 6 lat temu
rodzic
commit
f9cbc10c05

+ 1 - 0
app/Http/Controllers/Admin/Album/AgentController.php

xqd
@@ -38,6 +38,7 @@ class AgentController extends Controller
             $query = $query->pushCriteria(new OrderBy('id','DESC'));
         }
         $list = $query->paginate();
+        dd($list);
         foreach ($list as $item){
             $product = AlbumProductPriceModel::where([['agent_id',$item->id],['store_id',$this->getStoreId()]])->first();
             if(!empty($product)){