Избранное
Корзина - {{totalCart}}.00 ₽
🧨 Attempt to read property "id" on null
/var/www/zamotin/data/www/zamotin-manufactura.ru/
ErrorException
Attempt to read property "id" on null
    • 51
      resources/views/vcatalog.php
      Facade\Ignition\Views\Engines\PhpEngine
      :1
    • 43
      app/Http/Controllers/Main.php
      App\Http\Controllers\Main
      :723
    • 1
      public/index.php
      :55
Facade\Ignition\Views\Engines\PhpEngine::handleViewException
resources/views/vcatalog.php:1

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

<input type="hidden" class="category_id" value="<?=$category->id?>">

<div class="shop-category-area pt-100px pb-100px">

<div class="container">

<div class="row">

<div class="col-lg-9 order-lg-last col-md-12 order-md-last order-sm-last">

<!-- Shop Top Area Start -->

<div class="shop-top-bar d-flex">

<p v-cloak class="compare-product">

<span v-cloak>{{allDataItems.to}}</span>

Найдено товаров из

<span v-cloak>{{allDataItems.total}}</span>

</p>

<!-- Left Side End -->

<div class="shop-tab nav">

<a class="active" data-bs-target="#shop-grid" data-bs-toggle="tab">

<i class="fa fa-th" aria-hidden="true"></i>

</a>

<a data-bs-target="#shop-list" data-bs-toggle="tab">

<i class="fa fa-list" aria-hidden="true"></i>

</a>

</div>

<div class="select-shoing-wrap d-flex align-items-center">

<div class="shot-product">

<p v-cloak>Сортировка:

{{(sort == 'id') ? 'По id' : (sort == 'priceBot') ? 'Цена &darr;' : 'Цена &uarr; ' }}

</p>

</div>

<div class="shop-select">

<select class="shop-sort nice-select" @change.stop.prevent="orderCatalog($event)"