Service List of all category
{{ __('Add category') }}
@foreach ($data as $service) @endforeach
Name Description Action
{{ $service['name'] ?? '' }} {{ $service['description'] }}
@php $modalId = 'showEditModal_' . $service->id; @endphp
@php $modalId = 'showModal_' . $service->id; @endphp