@php $categories = App\Models\ProductGroup::whereHas('children', function ($q) { $q->whereHas('children', function ($q2) { $q2->where('is_service', 1); }); })->where('type', App\Models\ProductGroup::CATEGORY)->orderBy('name')->get(); @endphp

{{ __('Service Search') }}

{!! getIcon('magnifier', 'fs-3 position-absolute ms-2 mt-3') !!}
{{ __('No.') }} {{ __('Certificate No.') }} {{ __('Service Name') }} {{ __('Category') }} {{ __('Company Name') }} {{ __('Status') }} {{ __('Action') }}