{{ __('Service Groups') }}

@foreach ($serviceGroups as $serviceGroup) @endforeach
{{ __('SSTID') }} {{ __('Name') }} {{ __('VAT') }} {{ __('Services') }} {{ __('Subject') }} {{ __('Action') }}
{{ $serviceGroup->sstid }} {{ $serviceGroup->name }} {{ formatNumber($serviceGroup->vat) }}% {{ formatNumber($serviceGroup->services->count()) }} {{ $serviceGroup->subject?->name }} {{ __('View') }} {{ __('Edit') }}
@csrf @method('DELETE')
{!! $serviceGroups->links() !!}