@extends('layouts.admin') @section('title', 'Produk') @section('content')

Kelola Produk

@include('admin.products.partials.table', ['products' => $products])
@endsection