@extends('admin.layouts.master') @section('title','All Returnpolicy') @section('maincontent') @include('admin.layouts.topbar',$data)
# | {{ __('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.')}} |
@endforeach