@extends('hr_main') @section('title', '| ' . $data['pageTitle']) @section('content')
{!! $data['pageTitle'] !!}
{{-- @if (Auth::user()->canSee($moduleIdHr, $functionCodeSecurityInterest, $subFunctionIdCreate)) --}} New {{-- @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' => 'Month', 'name' => 'monthyear', 'id' => 'js-monthpicker']]; @endphp @include('partials.searchPanel.main', [ 'searchElements' => $searchElements, 'buttonLevel' => 'Search', ]) {{-- ----------------------- Filter End ------------------------------------ --}}
SL# Branch Employee Name Employee Id Month Total Late (Day) Calculate late (Day) Entry By Approved By Action
@endsection @section('footerAssets') @endsection