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

SIZE LIST

{{ csrf_field() }} @foreach($productSizes as $productSize)
SL# Group Catagory Sub Catagory Brand Model Size Action
{{++$no}}
Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/resources/views/pos/product/productSetting/size/viewProductSize.blade.php:53 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/resources/views/pos/product/productSetting/size/viewProductSize.blade.php on line 53