fix feature report stock product
This commit is contained in:
@@ -85,7 +85,7 @@ table.dataTable thead th.sorting:hover:before {
|
||||
<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
|
||||
Export
|
||||
</a>
|
||||
@can('create', $menus['products.index'])
|
||||
<a href="{{ route('products.create') }}" class="btn btn-bold btn-label-brand btn--sm">Tambah</a>
|
||||
|
||||
@@ -27,14 +27,13 @@ input.datepicker {
|
||||
|
||||
@section('content')
|
||||
<div class="kt-portlet kt-portlet--mobile" id="kt_blockui_datatable">
|
||||
<div class="kt-portlet__head kt-portlet__head--lg">
|
||||
<div class="kt-portlet__head-label">
|
||||
|
||||
<h3 class="kt-portlet__head-title">
|
||||
Histori Stock
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="kt-portlet__head kt-portlet__head--lg">
|
||||
<div class="kt-portlet__head-label">
|
||||
<h3 class="kt-portlet__head-title">
|
||||
Histori Stock
|
||||
</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="kt-portlet__body">
|
||||
<!-- Filter Section -->
|
||||
|
||||
Reference in New Issue
Block a user