@extends('layouts.app') @section('title','New Inventory Item') @section('content')

New Inventory Item

Back
@include('partials._alerts')
@csrf @include('inventory._form',['item'=>null])
@endsection