📍

Department Locations Updated

Hello,

The authorized work locations for your department have been updated. Please review the current locations where you can check in for attendance.

📋 {{ $department->name }}

Authorized Work Locations ({{ $locations->count() }})

@if($locations->count() > 0) @foreach($locations as $location)
📌 {{ $location->name }}
@endforeach @else
⚠️ No locations assigned to this department
@endif
@if($locations->count() > 0)

📱 Important: You can only check in when you are physically present at one of these authorized locations.

🔒 Geofencing: The app uses your location to verify you're at the correct site.

@else

⚠️ Note: No locations are currently assigned. Please contact your administrator to set up authorized locations for attendance tracking.

@endif

If you believe this change was made in error or if you have questions about these locations, please contact your department manager or HR immediately.

View Department Details