@extends('layouts.app') @section('title', 'Add Inventory Item') @section('breadcrumb')Inventory Add Item@endsection @section('content')

Add Inventory Item

Directly add a new stock item to inventory

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

Item Details

Must be unique. Duplicate SKUs are not allowed.

Stock & Pricing

$

Alert when stock falls to or below this level.

Cancel
@endsection