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

Add Item

Items / New

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

Unique code for this item

Cancel
@endsection