@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.SiNo') }} | {{ __('lng.Name') }} | {{ __('lng.Group') }} | {{ __('lng.Narration') }} |
---|---|---|---|
{{ ++$si }} | {{ $ProductGroup->name }} | {{ $ProductGroup->Group->name ?? '' }} | {{ $ProductGroup->narration }} |