Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 3

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 3

Warning: Attempt to read property "company" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 3

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 3


Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 4

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 4

Warning: Attempt to read property "company" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 4

Warning: Attempt to read property "address" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 4

Branch :
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 5

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 5

Warning: Attempt to read property "branch" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 5

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 5


Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 6

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 6

Warning: Attempt to read property "bonusSettings" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 6

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 6

Project:
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 13

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 13

Warning: Attempt to read property "project" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 13

Warning: Attempt to read property "name" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 13
Effect Date:
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 17

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 17

Warning: Attempt to read property "effect_date" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 17

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 17
01-01-1970
 
@if(isset($data['model']->bonusItems) && count($data['model']->bonusItems) > 0) @php $schedule = $data['model']->bonusItems; $positions = DB::table('hr_settings_position')->select('id', 'sort_order')->pluck('sort_order', 'id')->toArray(); foreach ($schedule as $key => $bonusItem) { if (isset($data['actingPositions'][$bonusItem->users_id_fk])) { $designation = "Acting " . $data['allPosition'][$data['actingPositions'][$bonusItem->users_id_fk] ]; $schedule[$key]->sort_order = (int) @$positions[$data['actingPositions'][$bonusItem->users_id_fk]]; } else{ $designation = $bonusItem->position->name; $schedule[$key]->sort_order = (int) @$positions[$bonusItem->position_id_fk]; } $schedule[$key]->designation = $designation; } foreach ($schedule as $key => $bonusItem) { $schedule[$key]->sort_order = (int) @$positions[$bonusItem->position_id_fk]; } $schedule = $schedule->sortBy('sort_order'); $u = 0; $total = 0; $totalAmount = 0; @endphp @foreach($schedule as $srow) @php $u++; $totalAmount += $srow->amount; @endphp
SL# Employee Name Designation Employee ID Joining Date Basic Salary Counting Day Net Payable
Working Days Leave Without Pay Net Count

Warning: Undefined variable $u in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 71

Warning: Undefined variable $srow in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 73

Warning: Attempt to read property "designation" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 73

Warning: Undefined variable $srow in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 74

Warning: Attempt to read property "user" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 74

Warning: Attempt to read property "employee" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 74

Warning: Attempt to read property "emp_id" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 74
@if (@$srow->user->employee->organization->joining_date != '') {{ date("d-m-Y", strtotime(@$srow->user->employee->organization->joining_date)) }} @endif
Warning: Undefined variable $data in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 80

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 80

Fatal error: Uncaught Error: Call to a member function currencyFormat() on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php:80 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/hr/bonus/viewContent.blade.php on line 80