@php $hasSubordinates = \App\Models\EmployeeMaster::where('reporting_person_id', auth()->id())->exists(); $checkInOptions = explode(',', auth()->user()->employeeMaster?->check_in_option ?? ''); @endphp