New Category
@include('errors.list')
{{-- {!! Form::open(['route' => 'product.store','class'=>'form-horizontal','files'=>true]) !!} --}}
{!!Form::model($product,['route'=>['product.store',$product->id],'class'=>'form-horizontal','files'=>true])!!}
@include('product._form',['submitButton'=>'Save'])
{!! Form::close() !!}