@extends('layouts/contentLayoutMaster')
@section('title', 'Add Product')
@section('vendor-style')
{{-- Page Css files --}}
@endsection
@section('page-style')
{{-- Page Css files --}}
@endsection
@section('content')
@if (session()->has('success'))
@endif
@if (session()->has('error'))
@endif
Product Management - Add Product
Back