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

MODEL LIST

{{ csrf_field() }} @foreach($productModels as $productModel) @php $isBelongToProduct = DB::table('fams_product')->where('modelId',$productModel->id)->value('id'); @endphp
SL# Brand Model Action
{{++$no}}
Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/resources_16_05_2024/views/fams/product/productSetting/model/viewPmodel.blade.php:55 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/resources_16_05_2024/views/fams/product/productSetting/model/viewPmodel.blade.php on line 55