create export product stock dealers
This commit is contained in:
@@ -81,15 +81,18 @@ table.dataTable thead th.sorting:hover:before {
|
||||
Tabel Produk
|
||||
</h3>
|
||||
</div>
|
||||
@can('create', $menus['products.index'])
|
||||
<div class="kt-portlet__head-toolbar">
|
||||
<div class="kt-portlet__head-wrapper">
|
||||
<div class="kt-portlet__head-actions">
|
||||
<a href="{{ route('products.export.dealers_stock') }}" class="btn btn-bold btn-success btn--sm" style="margin-right: 8px;">
|
||||
<i class="flaticon2-download"></i>Export Stok Dealer
|
||||
</a>
|
||||
@can('create', $menus['products.index'])
|
||||
<a href="{{ route('products.create') }}" class="btn btn-bold btn-label-brand btn--sm">Tambah</a>
|
||||
@endcan
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endcan
|
||||
</div>
|
||||
|
||||
<div class="kt-portlet__body">
|
||||
|
||||
Reference in New Issue
Block a user