<?PHP
declare(strict_types = 1);
array (
  'attendance_status_set' => 
  array (
    'offline' => 'Offline',
    'online' => 'Online',
  ),
)