@extends ('layouts.app') @section ('content')
{!! Form::model('', array('route' => ['product.store'], 'method' => 'PUT', 'files' => true ) ) !!} {!! csrf_field() !!} @include('products.partials.form_fields2') {!! Form::close() !!}
Canvas Here
@stop