| {{ __('Name') }} | {{ __('Description') }} | {{ __('Type') }} | {{ __('Action') }} |
|---|---|---|---|
| {{ $service['name'] ?? '' }} | {{ $service['description'] }} | @if ($service->type->value !== 'two_way') {{ $service->type->value }} @endif |
@php $modalId = 'showEditModal_' . $service->id; @endphp
{{ __('Edit Option') }}{{ __('Are you sure?') }}{{ __('You want to permanently delete this option?') }} |