@php use App\Models\SmHumanDepartment; @endphp @extends('dashboard.layouts.app') @section('content')
Manage and track all regularization and permission requests
| Employee | Type | Date | Reason | Status | Manager | HR | Approved At | Actions |
|---|---|---|---|---|---|---|---|---|
|
{{ $record->staff->full_name ?? 'N/A' }}
{{ $record->staff->staff_no ?? '' }}
|
|
|
{{ $record->reason ?? '-' }}
|
@if (!is_null($record->approved_by) && !is_null($record->approved_hr_by))
@if ($record->approval_status == 2)
|
{{ $record->approvedByName ?? 'Pending' }}
|
{{ $record->approvedHrByName ?? 'Pending' }}
|
@if ($record->approved_at)
|
There are no regularization or permission requests matching your criteria.