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

{!! $data['pageTitle'] !!}

@php $searchElements = [ ['element' => 'branchId', 'col' => 2, 'name' => 'branchId', 'attributes' => ['print_order' => '1']], ['element' => 'custom', 'type' => 'text', 'name' => 'employeeId', 'label' => 'Employee ID', 'id' => 'employeeId'], ['element' => 'custom', 'type' => 'select', 'name' => 'position', 'id' => 'position', 'options' => $data['positions'], 'label' => 'Current Position:'], ['element' => 'status', 'options'=>[''=> 'All', 'Pending' => 'Pending', 'Approved' => 'Approved'], 'col' => 1, 'name' => 'status'] ]; @endphp @include('partials.searchPanel.main', [ 'searchElements' => $searchElements, 'buttonLevel' => 'Search', ])
SL# Employee Name Employee ID Branch Current Position Previous Probation Period
(Month)
Probation Extend
(Month)
Status Approve
Date
Action
@endsection @section('footerAssets') @endsection