| {{ __('Name') }} | {{ __('Description') }} | {{ __('Action') }} |
|---|---|---|
| {{ $service['name'] ?? '' }} | {{ $service['description'] }} |
@php $modalId = 'showEditModal_' . $service->id; @endphp
{{ __('Edit Category') }}{{ __('Are you sure?') }}{{ __('You want to permanently delete this category?') }} |