@extends('layouts.tenant.master')
@section('title', 'Product Category Menu')
@section('css')
{{-- --}}
{{-- --}}
@endsection
@section('style')
@endsection
@section('breadcrumb-title')
CreateProduct Category
@endsection
@section('breadcrumb-items')
Product Category
Create
@endsection
@section('content')
@include('partial.flashMessage')
@endsection
@section('script')
{{-- --}}
@endsection