@extends('layouts.tabler') @section('content')
@livewire('tables.product-by-category-table', ['category' => $category])
@endsection