@extends('layouts/layoutMaster') @section('title', 'Product List') @section('vendor-style') @vite(['resources/assets/vendor/libs/datatables-bs5/datatables.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-buttons-bs5/buttons.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-checkboxes-jquery/datatables.checkboxes.scss', 'resources/assets/vendor/libs/select2/select2.scss']) @endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/datatables-bs5/datatables-bootstrap5.js', 'resources/assets/vendor/libs/select2/select2.js']) @endsection @section('page-script') @vite(['resources/assets/js/product.js']) @vite(['resources/assets/js/gudang-stat.js']) @endsection @section('content')
Data List Produk
produk kategori sku harga stok (ton) gudang aksi
@endsection