ID | Product Name | Status | Action |
---|---|---|---|
{{ $key+1 }} | {{ isset($product->pro) ? $product->pro->name : $product->simple_product->product_name }} | @can('hotdeals.edit') @endcan |
@can('hotdeals.edit')
Edit
@endcan
@can('hotdeals.delete')
{{ __("Delete") }}
@endcan
Delete{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}}? {{ __('This process cannot be undone.')}} |