@extends('hr_main') @section('title', '| ' . $data['pageTitle']) @section('content')
{!! $data['pageTitle'] !!}
{{-- @if (Auth::user()->canSee($moduleIdHr, $functionCodeSecurityInterest, $subFunctionIdCreate)) --}} New Advanced Salary Loan {{-- @endif --}}
{{-- ----------------------- Filter Start ------------------------------- --}}
@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' => 'text', 'col' => 2, 'label' => 'Loan Number', 'name' => 'loanNumber', 'id' => 'loanNumber'], ['element' => 'custom', 'col' => 1, 'type' => 'select', 'label' => 'Status', 'options' => ['0' => 'ALL', 'Approved' => 'Approved', 'Pending' => 'Pending'], 'name' => 'filStatus', 'id' => 'filStatus']]; @endphp @include('partials.searchPanel.main', [ 'searchElements' => $searchElements, 'buttonLevel' => 'Search', ]) {{-- ----------------------- Filter End ------------------------------------ --}}
SL# Loan Number Employee Name Employee Id Branch Status Action
@endsection @section('footerAssets') @endsection