| {{ __('SSTID') }} | {{ __('Name') }} | {{ __('VAT') }} | {{ __('Services') }} | {{ __('Subject') }} | {{ __('Action') }} |
|---|---|---|---|---|---|
| {{ $serviceGroup->sstid }} | {{ $serviceGroup->name }} | {{ formatNumber($serviceGroup->vat) }}% | {{ formatNumber($serviceGroup->services->count()) }} | {{ $serviceGroup->subject?->name }} | {{ __('View') }} {{ __('Edit') }} |