@extends('product.create') @section('id',$item->id) @section('product_name',$item->product_name) @section('department_name',$item->department_name) @section('product_type',$item->product_type) @section('pack_size',$item->pack_size) @section('values',$item->values) @section('free',$item->free) @section('dollar',$item->dollar) @section('dp_price',$item->dp_price) @section('tp_price',$item->tp_price) @section('low_s_q',$item->low_s_q) @section('hs_code',$item->hs_code) @section('item_number',$item->item_number) @section('editMethod') {{method_field('PUT')}} @endsection