@extends('hr_main') @section('title', '| '.$data['pageTitle']) @section('content')
{!! $data['pageTitle'] !!}
Add New {{-- --}}
@php $searchElements =[ ['element' => 'branchId', 'col' => 2, 'name' => 'branchId', 'attributes' => ['print_order' => '1']], ['element' => 'employeeId', 'col' => 2, 'options' => ['' => 'All'], 'label' => 'Employee Name/ID', 'attributes' => ['print_order' => '2']], ['element' => 'dateFrom', 'col' => 2, 'label' => 'Start Date', 'attributes' => ['print_order' => '3']], ['element' => 'dateTo', 'col' => 2, 'label' => 'End Date', 'attributes' => ['print_order' => '4']], ] @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements,'buttonLevel' => 'Search',])
SL# Employee Name Employee Id Branch Transaction Date Withdraw Amount Action
@endsection @section('footerAssets') @endsection