@extends('layouts.app') @section('content')

Edit Item

@if ($errors->any())
@endif
@csrf @method('PUT')
@if($item->product_image) Current Image @endif
@endsection