@extends('layouts/billing_layout') @section('title', '| Sales') @section('content')
Sales
{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'salesForm')) !!}
{!! Form::label('customizeId', 'Types:', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::label('billNo', 'Bill No:', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::text('billNo', $value = $maxSalesNumber, ['class' => 'form-control', 'id' => 'billNo', 'type' => 'text','readonly','autocomplete'=>'off']) !!}

{!! Form::label('clientCompanyId', 'Company Name:', ['class' => 'col-sm-4 control-label']) !!}

Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/guk_bk/resources/views/billing/transaction/sales/addSales_03_09_2022.blade.php:57 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/billing/transaction/sales/addSales_03_09_2022.blade.php on line 57