@extends('hr_main') @section('title', '| Salary Certificate Print History') @section('content')

Salary Certificate Print History

@php $searchElements = [ [ 'element' => 'custom', 'type' => 'text', 'name' => 'printed_by_emp_id', 'label' => 'Printed By', 'id' => 'printed_by_emp_id', ], [ 'element' => 'custom', 'type' => 'text', 'name' => 'printed_for_emp_id', 'label' => 'Printed For', 'id' => 'printed_for_emp_id', ], [ 'element' => 'custom', 'col' => 2, 'type' => 'select', 'name' => 'year', 'id' => 'year', 'options' => $search_data['years'], 'label' => 'Year:', ], [ 'element' => 'custom', 'col' => 2, 'type' => 'select', 'name' => 'month', 'id' => 'month', 'options' => $search_data['months'], 'label' => 'Months:', ], [ 'element' => 'custom', 'col' => 2, 'type' => 'select', 'name' => 'get_froms', 'id' => 'month', 'options' => $search_data['getFroms'], 'label' => 'Get:', ], ]; @endphp @include('partials.searchPanel.main', [ 'searchElements' => $searchElements, 'buttonLevel' => 'Search', ])
SL# Printed By Printed For Year Month Get From Printed Time
@endsection @section('footerAssets') @endsection