@extends('layouts.adminapp') @section('title') {{ __('lng.ProductGroupReport') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_products_report', 'open') @section('active_products_report', 'active') @section('active_product_group_report', 'active') @section('content')

{{ __('lng.ProductGroupReport') }}

{{ __('lng.ProductGroupReport') }}
@if ($SearchResult) @php echo $SearchResult @endphp @else
@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') }}

@endif
@endsection