$("#img_button_"+ {{ $image->id }}).remove(); var html = ` @include("admin.products.image", ["image"=>$other_image]) `; $("#image_" + {{ $other_image->id }}).html(html); var html = ` @include("admin.products.image", ["image"=>$image]) `; $("#image_"+ {{ $image->id }}).html(html);