@extends('layouts.production')
@section('content')
@include('layouts.includes.message')
{{Form::model($product,['method'=>'patch','route'=>['product.update',$product->id],'files'=>true]) }}
@include('products.inc.formv2')
{{ Form::close() }}
@include('products.quick_forms.modal')
@endsection
@section('addJs')
{{ HTML::script('plugins/datepicker/bootstrap-datepicker.js') }}
{{ HTML::script('plugins/datepicker/locales/bootstrap-datepicker.kh.js') }}
{{ HTML::script('production/js/webcam.js') }}
{{ HTML::script('production/js/products.js') }}
@endsection