@extends('admin.layouts.masterlayout') @section('title', 'Add Inventory') @section('Css') @endsection @section('head_title', "Inventory Management") @section('content')

Add Inventory

Inventory Management / Add Inventory

@if ($errors->any())
@endif
@csrf

Inventory Item

Cancel
@endsection @section('script') @endsection