@extends('layouts/billing_layout') @section('title', '| Update Comission' ) @section('content')
{!! Form::open(array('url' => url('billing/addBillingComission/store'), 'class'=>'form','method'=>'post')) !!}
{!! Form::label('generateDate', 'Generate Date:', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::text('generateDate',null, ['class' => 'form-control', 'id' => 'generateDate']) !!}

{!! Form::label('effectiveDate', 'Effective Date:', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::text('effectiveDate',null, ['class' => 'form-control', 'id' => 'effectiveDate']) !!}


@foreach($designations as $count) @php $designation = App\hr\Position::where('id',$count)->value('name'); @endphp
Steps Designation Percentage Actions
{{ ++$no }}
Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/billing/comission/edit.blade15.php:82 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/billing/comission/edit.blade15.php on line 82