@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' => 'Designation :'], ]; @endphp @include('partials.searchPanel.main', [ 'searchElements' => $searchElements, 'buttonLevel' => 'Search', ])
SL# Refund Date Employee Employee ID Designation Branch Refund Amount Action
Pri. Int. Total
@endsection @section('footerAssets') @endsection