• Action
    • {{__("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")}}