@extends('product.create') @section('id',$item->id) @section('name',$item->name) @section('description',$item->description) @section('editMethod') {{method_field('PUT')}} @endsection