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

SIZE LIST

@foreach($productSizes as $productSize) @php $isBelongToProduct = DB::table('fams_product')->where('sizeId',$productSize->id)->value('id'); @endphp @endforeach
SL# Name Action
{{++$no}} {{$productSize->name}}   0){echo "style=\"pointer-events: none;cursor: not-allowed;\"";} @endphp>
@foreach($productSizes as $prodSize) {{-- Edit Modal --}} {{-- End Edit Modal --}} {{-- Delete Modal --}} {{-- End Delete Modal --}} {{-- Update data --}} @endforeach @include('dataTableScript') @endsection