@extends('layouts/pos_layout') @section('title', '| Product Group List') @section('content') @include('successMsg')

PRODUCT GROUP LIST

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