| # | {{ __('Name') }} | {{ __('Days') }} | {{ __('Status') }} | {{ __('Action') }} | 
|---|---|---|---|---|
                                                     
                  
                  
                  {{ $key+1 }}
              {{ __('Are You Sure') }} ?{{ __('Do you really want to delete selected item names here? This process cannot be undone') }}.  | 
              {{ $policy->name }} | {{ $policy->days }} | 
                 
                        @can('refund-policy.edit')
                        {{ __('Edit') }}
                        @endcan
                        @can('refund-policy.delete')
                        
                            {{ __("Delete") }}
                            @endcan
                        
                     
                {{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}}  |