@php $si=0; @endphp @foreach ($ProductGroups as $ProductGroup) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Name') }} {{ __('lng.Group') }} {{ __('lng.Narration') }}
{{ ++$si }} {{ $ProductGroup->name }} {{ $ProductGroup->Group->name ?? '' }} {{ $ProductGroup->narration }}

{{ __('lng.Showing') }} {{ $ProductGroups->count() }} {{ __('lng.Items') }}