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

Products Edit Product

{{Form::open(['route'=>array('update_product',$product->id,$type),'method'=>'post'])}}
custom_products->id}} data-value-old={{$product->quantity}}>
@if($type == "receive")
Barcode
@endif
{{Form::close()}}
@endsection @section('javascript') @endsection