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

Create product Catalog

@endsection @section('breadcrumb-items') @endsection @section('content') @include('partial.message')
@csrf
@endsection @section('script') @endsection