@extends('hr_main') @section('title', '| ' . $data['pageTitle']) @section('content')
{!! $data['pageTitle'] !!}
{{-- {!! $data['actingBenefi'] !!} --}}
@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' => 'Transaction Date', 'name' => 'transactionDate', 'id' => 'js-monthpicker']]; @endphp @include('partials.searchPanel.main', [ 'searchElements' => $searchElements, 'buttonLevel' => 'Search', ])
SL# Transaction Date Employee Employee ID Designation Received Branch Type Amount Received By Created By Action
@endsection @section('footerAssets') @endsection