{!! Form::open(array('url' => 'updateIssue','id'=>'updateForm', 'role' => 'form', 'class'=>'form-horizontal form-groups')) !!}


{!! Form::label('issueDate', 'Issue Date :', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('issueDate', null, ['class' => 'form-control', 'id' => 'issueDate', 'type' => 'date', 'readonly']) !!}

{!! Form::label('clientName', 'Client Name :', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('clientName', null, ['class' => 'form-control', 'id' => 'clientName', 'type' => 'text', 'readonly']) !!}

{!! Form::label('productName', 'Product Name :', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('productName', null, ['class' => 'form-control', 'id' => 'productName', 'type' => 'text', 'readonly']) !!}

{!! Form::label('regularSupportPerson', 'Regular Person:', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('regularSupportPerson',null, ['class'=>'form-control', 'id' => 'regularSupportPerson', 'readonly' ]) !!}

{!! Form::label('supportPerson', 'Support Person :', ['class' => 'col-sm-3 control-label']) !!}

Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/demo_bk/resources/views/support/ProcessingIssue/updateModal.blade.php:47 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/support/ProcessingIssue/updateModal.blade.php on line 47