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

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

@include('PrintHeader.header')

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

@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.Back') }}
@endsection