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

Add Inventory Item

Inventory Item Management / Add Inventory Item

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

Inventory Item

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