@php
$categories = App\Models\ProductGroup::whereHas('children', function ($q) {
$q->whereHas('children', function ($q2) {
$q2->where('is_service', 0);
});
})->where('type', App\Models\ProductGroup::CATEGORY)->orderBy('name')->get();
@endphp
| {{ __('No.') }} |
{{ __('Certificate No.') }} |
{{ __('Product Name') }} |
{{ __('Brand') }} |
{{ __('Model') }} |
{{ __('Category') }} |
{{ __('Company Name') }} |
{{ __('Status') }} |
{{ __('Action') }} |