{{__("Restore")}} {{__("Delete")}}

{{ __("Are You Sure ?") }}

{{__("Do you really want to restore this product")}} {{ $product_name[app()->getLocale()] ?? $product_name[config('translatable.fallback_locale')] }}{{ __("? This process cannot be undone.") }}

@csrf

{{ __("Are You Sure ?") }}

{{__("Do you really want to delete this product")}} {{ $product_name[app()->getLocale()] ?? $product_name[config('translatable.fallback_locale')] }}{{ __("? This process cannot be undone.") }}

{{csrf_field()}} {{method_field("DELETE")}}