{{ __('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