@extends('layouts/inventory_layout') @section('title', '| Model') @section('content') @include('successMsg') @php $foreignModelIds = DB::table('inv_product')->distinct()->pluck('modelId')->toArray(); @endphp

MODEL LIST

{{ csrf_field() }} @foreach($productModels as $productModel)
SL# Group Catagory Sub Catagory Brand Model Action
{{++$no}}
Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/demo_bk/resources/views/inventory/product/productSetting/model/viewProductModel.blade.php:52 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/inventory/product/productSetting/model/viewProductModel.blade.php on line 52