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

ADDITIONAL PRODUCTS

@foreach($products as $product) @php $isBelongToProduct = DB::table('fams_additional_charge_details')->where('productId',$product->id)->value('id'); @endphp @php $categoryName = DB::table('fams_product_category')->where('id',$product->categoryId)->value('name'); @endphp @endforeach
SL# Name Category Action
{{++$no}} {{$product->name}}{{$categoryName}}   0){echo "style=\"pointer-events: none;cursor: not-allowed;\"";} @endphp>
{{-- Edit Modal --}} {{-- End Edit Modal --}} {{-- Delete Modal --}} {{-- End Delete Modal --}} {{-- Update data --}} @include('dataTableScript') @endsection