@extends('layouts.tenant.master') @section('title', 'Product Category Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Product Category List

@endsection @section('breadcrumb-items') @endsection @section('content')
@if (session('success')) @endif {{--
Best Selling Product
--}} Create Product Category Product Category List   Refresh
{{-- --}} @forelse ($product_section as $key => $product_section) {{-- --}} @empty @endforelse {{-- --}}
# Product Categoryproduct Assemble CosteActions
{{ ++$key }} {{ $product_section->cabinets_name ?? 'N/A' }} {{ $product_section->assemble_price ?? 'N/A' }} Restore
--- No Data Found ---
# Product Categoryproduct Assemble CosteActions
@endsection @section('script') {{-- sweet alert start --}} {{-- @if (session('success')) @endif @if (session('error')) @endif --}} {{-- sweet alert end --}} @endsection {{-- sweet alert link start --}} {{-- --}} {{-- sweet alert link end --}}