@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', 'col' => 2, 'type' => 'select', 'name' => 'positionId', 'id' => 'positionId', 'options' => $data['positions'], 'label' => 'Designation:', 'attributes' => ['print_order' => '3']], ['element' => 'custom', 'col' => 2, 'type' => 'select', 'name' => 'jobDuration', 'id' => 'jobDuration', 'options' => $data['job_duration'], 'label' => 'Job Duration:', 'attributes' => ['print_order' => '3']], ['element' => 'custom', 'col' => 2, 'type' => 'text', 'name' => 'emp_name_code', 'id' => 'emp_name_code', 'label' => 'Employee Name Or Code:', 'attributes' => ['print_order' => '3']] ]; if(count($data['bossAssignType']) != 0) { $bossAssignType = ['element' => 'custom', 'col' => 2, 'type' => 'select', 'name' => 'boss_assign_type', 'id' => 'boss_assign_type', 'options' => $data['bossAssignType'], 'label' => 'Boss Assign Type:', 'attributes' => ['print_order' => '3']]; array_push($searchElements, $bossAssignType); } @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements, 'buttonLevel' => 'Search'])
SL# Photo Name (In English) Employee ID Branch Department Designation Job Duration Resign Duration Status Action
@endsection @section('footerAssets') @endsection