@extends('layouts.app') @section('title','Edit — ' . $item->name) @section('content')

Edit Item

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