@extends('layouts/contentLayoutMaster')
@section('title', 'Add New Inventory')
@section('vendor-style')
@endsection
@section('page-style')
@endsection
@section('content')
@include('content.partial.form-message')
@endsection
@section('vendor-script')
@endsection
@section('page-script')
@endsection