@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
Service
{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'salesForm')) !!}
{!! Form::label('generateDates', 'Generate Date:', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::text('generateDates', null, ['class' => 'form-control', 'id' => 'generateDates','readonly']) !!}

{!! Form::label('serviceMonth', 'Service Month:', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::text('serviceMonth', null, ['class' => 'form-control', 'id' => 'serviceMonth','readonly']) !!}

{!! 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/process/processBillingList.blade copy.php:49 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/billing/process/processBillingList.blade copy.php on line 49