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