@extends('layouts/inventory_layout') @section('title', '| ' . $pageTitle) @section('content') @include('successMsg')

GROUP LIST

{{ csrf_field() }} @if(!empty($productGroups)) @foreach($productGroups as $productGroup) @endforeach @endif
SL# Product Group Action
{{++$no}} {{$productGroup->name}}   @if(count($productGroup->inv_product_category) == 0) @endif
@include('dataTableScript') @endsection