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