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

UOM LIST

{{ csrf_field() }} @foreach($productUoms as $productUom) @php $isBelongToProduct = DB::table('fams_product')->where('uomId',$productUom->id)->value('id'); @endphp @endforeach
SL# Name Action
{{++$no}} {{$productUom->name}}   0){echo "style=\"pointer-events: none;cursor: not-allowed;\"";} @endphp>
@include('dataTableScript') @endsection