@extends('layouts/inventory_layout') @section('title', '| Model') @section('content') @include('successMsg') @php $foreignModelIds = DB::table('inv_product')->distinct()->pluck('modelId')->toArray(); @endphp
| SL# | Group | Catagory | Sub Catagory | Brand | Model | Action |
|---|---|---|---|---|---|---|
| {{++$no}} |
Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/resources/views/inventory/product/productSetting/model/viewProductModel.blade.php:52 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/resources/views/inventory/product/productSetting/model/viewProductModel.blade.php on line 52 |