This commit is contained in:
parent
4a0e0c6b61
commit
b01903b8c6
|
|
@ -64,7 +64,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="d-flex justify-content-between my-4">
|
<div class="d-flex justify-content-between my-4" v-if="product.data.length">
|
||||||
@if ($type != 'trashed')
|
@if ($type != 'trashed')
|
||||||
<a href="{{ admin_route('products.create') }}">
|
<a href="{{ admin_route('products.create') }}">
|
||||||
<button class="btn btn-primary">{{ __('admin/product.products_create') }}</button>
|
<button class="btn btn-primary">{{ __('admin/product.products_create') }}</button>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue