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

PRODUCT CATEGORY LIST

{{ csrf_field() }} @foreach($productCategories as $productCategory) @endforeach
SL# Group Category Action
{{++$no}} {{$productCategory->product_group->name}} {{$productCategory->name}}   @if(count($productCategory->product_sub_category) == 0) @endif
@include('dataTableScript'); @endsection