@include('components.table', [
'id' => $id, // INPUT ID BIND
'class' => 'table cell-border hover convention-products',
'resource' => 'products', // FORM RESOURCE TARGET
'method' => config('const.crud.delete'), // RESOURCE METHOD AVAILABLE
'through' => false, // THROUGH SPEC
'data' => [], // PASS DATA IF ANY
'headers' => $headers,
'footers' => [
[
'attrs' => 'class="total" colspan="'.count($headers).'" style="text-align:right"',
'label' => 'Total'
]
],
])
@push('script')
@endpush