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

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

@php $searchElements = [ ['element' => 'custom', 'type' => 'text', 'name' => 'employeeId', 'label' => 'Employee Name or ID', 'id' => 'employeeId', 'placeholder' => 'Employee Name or ID'], ['element' => 'dateFrom', 'col' => 2, 'label' => 'Issue Date From ', 'placeholder' => 'Issue Date From'], ['element' => 'dateTo', 'col' => 2, 'label' => 'Issue Date To', 'placeholder' => 'Issue Date To'], // ['element' => 'status', 'col' => 1, 'name' => 'status'] ]; @endphp @include('partials.searchPanel.main', [ 'searchElements' => $searchElements, 'buttonLevel' => 'Search', ])
SL# Employee Print Content Issue Date Date Of Validity Print By Print Date Print Amount Print Type Remarks
@endsection