@extends('layouts/billing_layout') @section('title', '| Comission') @section('content')


View Comission


{!! Form::label('generateDate', 'Generate Date:', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::text('generateDate',date('d-m-Y', strtotime($billingComissions->generateDate)), ['class' => 'form-control', 'id' => 'generateDate']) !!}

{!! Form::label('effectiveDate', 'Effective Date:', ['class' => 'col-sm-4 control-label']) !!}
{!! Form::text('effectiveDate',date('d-m-Y', strtotime($billingComissions->effectiveDate)), ['class' => 'form-control', 'id' => 'effectiveDate']) !!}



@foreach($designations as $count) @php $designation = App\hr\Position::where('id',$count)->value('name'); @endphp
Steps Designation Percentage Type Actions
{{ ++$no }} {{ $designation }}
Warning: Undefined variable $billingComissions in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/billing/comission/view.blade.php on line 89

Warning: Attempt to read property "percentage" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/billing/comission/view.blade.php on line 89

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/billing/comission/view.blade.php on line 89
{{ $percentage[++$i - 1]}}

Warning: Undefined variable $billingComissions in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/billing/comission/view.blade.php on line 98

Warning: Attempt to read property "type" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/billing/comission/view.blade.php on line 98

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/billing/comission/view.blade.php on line 98

Fatal error: Uncaught Error: Class "DB" not found in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/billing/comission/view.blade.php:99 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/billing/comission/view.blade.php on line 99