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

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