Fix menu catalogue, fix path for price modal
This commit is contained in:
@@ -8,7 +8,7 @@ class Shop
|
|||||||
{
|
{
|
||||||
public function make(Builder $menu)
|
public function make(Builder $menu)
|
||||||
{
|
{
|
||||||
$menu->add('Catalogue', [ 'permission' => 'backend_access', 'icon' => 'store' ])
|
$menu->add('En vente', [ 'permission' => 'backend_access', 'icon' => 'store' ])
|
||||||
->id('shop')
|
->id('shop')
|
||||||
->activeIfRoute('shop')
|
->activeIfRoute('shop')
|
||||||
->order(2);
|
->order(2);
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@foreach ($price_list['price_list_values'] as $price_list_value)
|
@foreach ($price_list['price_list_values'] as $price_list_value)
|
||||||
@include('admin.Shop.PriceListValues.partials.row_price', ['index' => $loop->index])
|
@include('Admin.Shop.PriceListValues.partials.row_price', ['index' => $loop->index])
|
||||||
@endforeach
|
@endforeach
|
||||||
</tbody>
|
</tbody>
|
||||||
<tfoot>
|
<tfoot>
|
||||||
|
|||||||
Reference in New Issue
Block a user