@extends('app-new') @section('content')
Edit Item
Update item
Back
@csrf @method('PUT') @include('items._form', ['item' => $item])
Cancel
@endsection