@extends('layouts.adminapp') @section('title') {{ __('lng.ProductGroup') }} @endsection @section('open_product', 'open') @section('active_product', 'active') @section('active_product_group', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Name') }} | {{ __('lng.Group') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} | |
---|---|---|---|---|---|
{{ ++$si }} | {{ $ProductGroup->name }} | {{ $ProductGroup->Group->name ?? '' }} | {{ $ProductGroup->narration }} | --}}
{{-- --}}
|
{{ __('lng.Showing') }} {{ $ProductGroups->count() }} {{ __('lng.Items') }}