@extends('layouts.tenant.master')
@section('title', 'Product Menu')
@section('css')
@endsection
@section('style')
@endsection
@section('breadcrumb-title')
Create Products
@endsection
@section('breadcrumb-items')
Products
Create
@endsection
@section('content')
@include('partial.flashMessage')
@endsection
@section('script')
@if ($errors->any())
@endif
@endsection