@extends('hr_main') @section('title', '| Appoinment Letter Waiting List') @section('content') {{-- @include('microfin/passBookBalanceViews/PassBookBalanceAjax') --}}

Appointment Letter List


{{-- search panel --}}
@php $searchElements = [ [ 'element' => 'branchId', 'col' => 2, 'name' => 'branchId', 'attributes' => ['print_order' => '1'], ], [ 'element' => 'custom', 'type' => 'text', 'name' => 'employeeId', 'label' => 'Employee ID', 'id' => 'employeeId', ], ]; @endphp @include('partials.searchPanel.main', [ 'searchElements' => $searchElements, 'buttonLevel' => 'Search', ]) {{-- Start of the table --}}
SL. No.
Photo
Name (English)
Employee ID
Branch
Department
Designation
Status
Action
{{-- End of the table --}}
{{-- panel-body panelBodyView DIV --}}
{{-- @include('microfin/reports/mfnFieldOfficerReport/mfnFieldreport1_new_table'); --}}
@endsection @section('footerAssets') @endsection