fix
This commit is contained in:
@@ -24,8 +24,8 @@ class HomeController extends Controller
|
||||
$data = self::init();
|
||||
$data['display_by_rows'] = $input['by_rows'] ?? false;
|
||||
$data['shelves'] = Articles::getArticlesByHomepage();
|
||||
// dump($data['shelves']);
|
||||
// exit;
|
||||
dump($data['shelves']);
|
||||
exit;
|
||||
$data['tags'] = TagGroups::getWithTagsAndCountOffers();
|
||||
return view('Shop.home', $data);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@if (count($shelve['articles']))
|
||||
@if ($shelve['articles'])
|
||||
<div class="mb-3 bg-light">
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
|
||||
Reference in New Issue
Block a user