@extends('layouts/fams_layout') @section('title', '| Group') @section('content')

GROUP LIST

{{ csrf_field() }} @foreach($productGroups as $productGroup) @php $isBelongToCategory = DB::table('fams_product_category')->where('productGroupId',$productGroup->id)->value('id'); @endphp @endforeach
SL# Name Group Code Action
{{++$no}} {{$productGroup->name}} {{$productGroup->groupCode}}   0){echo "style=\"pointer-events: none;cursor: not-allowed;\"";} @endphp>
@include('dataTableScript') @endsection