@extends('hr_main') @section('title', '| '. $data['pageTitle'] ) @section('content')
{!! $data['pageTitle'] !!}
 

Increment Held Information

Held Start Date: {{date("d-M-Y", strtotime($data['incrementHeld']->held_start_date))}} Held For(Month): {{$data['incrementHeld']->held_for}}
Status: {{$data['incrementHeld']->approved_by ? "Approved" : "Pending"}}
 

Warning: Undefined variable $data in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/incrementHeld/view.blade.php on line 45

Warning: Trying to access array offset on value of type null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/incrementHeld/view.blade.php on line 45

Warning: Attempt to read property "approved_by" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/hr/incrementHeld/view.blade.php on line 45
Approve {{-- Mark as Approved --}}
@endsection