@endsection
@section('script')
function func_remove_wishlist(product, me) {
var result = remove_from_wishlist(product);
$(me).closest("li").remove();
app.dialog.alert("{{App\Language::trans('Product was removed to wishlist.')}}", "{{App\Language::trans('Wishlist Removed')}}");
}
@endsection