@include('components.table', [
'id' => $id, // INPUT ID BIND
'class' => 'table cell-border hover convention-stores',
'resource' => 'stores', // FORM RESOURCE TARGET
'method' => config('const.crud.delete'), // RESOURCE METHOD AVAILABLE
'through' => false, // THROUGH SPEC
'data' => [], // PASS DATA IF ANY
'headers' => $headers,
])
@push('script')
@endpush