Update with new price management
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
|
||||
<div id="{{ $model }}-datatable-content">
|
||||
@include('components.datatables.header')
|
||||
{{$dataTable->table(['class'=>'table table-bordered table-hover table-striped w-100 mb-0'])}}
|
||||
@if ($dataTable)
|
||||
{{ $dataTable->table(['class'=>'table table-bordered table-hover table-striped w-100 mb-0']) }}
|
||||
@endif
|
||||
</div>
|
||||
|
||||
@push('js')
|
||||
@include('components.js.datatable', ['route' => $route, 'model' => $model])
|
||||
@endpush
|
||||
@include('components.datatables.js.datatable')
|
||||
@endpush
|
||||
|
||||
|
||||
Reference in New Issue
Block a user