@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' => 'select', 'name' => 'status', 'label' => 'Status', 'options'=>[ 'All' => 'All', 'Pending' => 'Pending', 'Canceled' => 'Canceled', 'Approved' => 'Approved' ], 'id' => 'status'], ['element' => 'dateRange'], ['element' => 'custom', 'type' => 'text', 'name' => 'employeeId', 'label' => 'Employee ID', 'id' => 'employeeId'], ]; @endphp @include('partials.searchPanel.main', [ 'searchElements' => $searchElements, 'buttonLevel' => 'Search', ])
SL# Resign Date Expected Effect Date Effect Date Job Duration Employee Name Employee ID Recruitment Type Position Branch Reason Notice Type Status Action
@endsection @section('footerAssets') @endsection