@extends('layouts.tenant.master')
@section('title', 'Product Section Menu')
@section('css')
@endsection
@section('style')
@endsection
@section('breadcrumb-title')
Product SectionDetails
@endsection
@section('breadcrumb-items')
Product Section
View
@endsection
@section('content')
| Product Category Information |
| ID |
{{ $product_section->id }} |
| Product Category |
{{ $product_section->cabinets_name }}
|
{{--
| product Assemble Cost |
{{ $product_section->assemble_price }} |
--}}
| Product Catalog Information |
@endsection
@section('script')
@endsection