@extends('layouts.tenant.master')
@section('title', 'Product Catalog Menu')
@section('css')
@endsection
@section('style')
@endsection
@section('breadcrumb-title')
Update Product Catalog
@endsection
@section('breadcrumb-items')
Product Catalog
List
@endsection
@section('content')
@include('partial.message')
@endsection
@section('script')
@endsection