@extends('admin.layouts.master') @section('title','All Returnpolicy') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Refund Policies ') }} @endslot @slot('menu1') {{ __('Refund Policy ') }} @endslot @slot('button')
# | {{ __('Name') }} | {{ __('Days') }} | {{ __('Detail') }} | {{ __('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 }} | {!! str_limit($policy->detail, $limit = 40, $end = '...') !!} |
@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