@extends('layouts/billing_layout') @section('title', '| Process billing List') @section('content') @php //$branchSelected = isset($_GET['filBranch']) ? $_GET['filBranch'] : $userBranchId; /* $monthSelected = isset($_GET['filMonth']) ? $_GET['filMonth'] : ''; $yearSelected = isset($_GET['filYear']) ? $_GET['filYear'] : $lastYear;*/ $pageNum = isset($_GET['page']) ? $_GET['page'] : 1; @endphp

Billing LIST

@foreach ($processBillings as $key => $processBilling)
SL# Month Bill No Company Name Totlal Quantity Totlal Amount
{{(($pageNum-1) * 31) + $key+1}} {{$processBilling->serviceMonth}} {{'SB000'.$processBilling->salesBillNo}}
Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/demo_bk/resources/views/billing/process/processBillingList.blade.php:46 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/billing/process/processBillingList.blade.php on line 46