Пример #1
0
 public function __construct()
 {
     $this->allCategories = Categories::orderBy('category_name', 'asc')->get();
     $this->allStores = Stores::orderBy('store_name', 'asc')->get();
 }