@extends('layouts/billing_layout') @section('title', '| Comission') @section('content')
{!! $data['pageTitle'] !!}
{!! Form::open(array('url' => url('billing/addBillingComission/store'), 'class'=>'form','method'=>'post')) !!}
{!! Form::label('generate_date', 'Generate Date', ['class' => 'control-label']) !!} {!! Form::text('generate_date',null, ['class' => 'form-control datepicker','autocomplete'=>'off']) !!}

{{ $errors->first('generate_date') }}

{!! Form::label('effect_date', 'Effect Date', ['class' => 'control-label']) !!} {!! Form::text('effect_date',null, ['class' => 'form-control datepicker','autocomplete'=>'off']) !!}

{{ $errors->first('effect_date') }}


Boss Selection
Steps Designation Percentage Actions
{!! Form::text('attr[step_index][]','',['class' => 'form-control text-center js-step', 'required'=>'required','readonly'=>'readonly']) !!}
Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/guk_bk/resources/views/billing/comission/addComission.bladecopy.php:81 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/billing/comission/addComission.bladecopy.php on line 81