<?PHP
declare(strict_types = 1);
$attendance_status_set = array (
  'offline' => 'ಆಫ್ಲೈನ್',
  'online' => 'ಆನ್ಲೈನ್',
);