{!! Form::open(array('route'=>[$current_menu.'.update', $encrypt_id], 'method'=>'PUT', 'id'=>$current_menu.'-form', 'enctype'=>'multipart/form-data', 'role'=>'form')) !!} {!! csrf_field() !!}

Edit Product

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if(!empty($product_image)) @foreach($product_image as $product_images) @endforeach @endif
product_category
{!! Form::close() !!}