@extends('layouts.app') @section('header')
@endsection @section('content')
Edit Item
{{ csrf_field() }}






@endsection