{{ __('Service') }} {{ __('List of all option') }}
{{ __('Add Option') }}
@foreach ($data as $service) @endforeach
{{ __('Name') }} {{ __('Description') }} {{ __('Type') }} {{ __('Action') }}
{{ $service['name'] ?? '' }} {{ $service['description'] }} @if ($service->type->value !== 'two_way') {{ $service->type->value }} @endif
@php $modalId = 'showEditModal_' . $service->id; @endphp
@php $modalId = 'showModal_' . $service->id; @endphp