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

ADDITIONAL CHARGE LIST

{{ csrf_field() }} @foreach($additionalCharges as $additionalCharge) @php $productCode = DB::table('fams_product')->where('id',$additionalCharge->productId)->value('productCode'); @endphp
SL# Bill No Product Quantity Cost Branch Purchase Date Action
{{++$no}} {{$additionalCharge->billNo}} {{$prefix.$productCode}} {{$additionalCharge->quantity}} {{$additionalCharge->amount}}
Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/fams/transaction/additionalCharge/additionalCharge.blade.php:68 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/fams/transaction/additionalCharge/additionalCharge.blade.php on line 68