@extends('layouts/pos_layout') @section('title', '| Brand') @section('content') @include('successMsg') @php $foreignBrandIds = DB::table('pos_product')->distinct()->pluck('brandId')->toArray(); @endphp

BRAND LIST

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