{!! Form::open(array('route'=>[$current_menu.'.update', $encrypt_id], 'method'=>'PUT', 'id'=>$current_menu.'-form', 'enctype'=>'multipart/form-data', 'role'=>'form')) !!}
{!! csrf_field() !!}
@endif
@if(!empty($product_image))
@foreach($product_image as $product_images)
{!! Form::close() !!}
Edit Product
@if ($errors->any())-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
|