@extends('layouts/billing_layout') @section('title', '| Service') @section('content')
Service
{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'salesForm')) !!}
{!! Form::label('billNo', 'Bill No:', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::text('billNo', $value =$maxServiceNumber, ['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/service/addService02092020.blade.php:42 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/billing/transaction/service/addService02092020.blade.php on line 42