$student = 5;

if ($student >= 10) {
  echo 'قبول';
} else {
  echo 'مردود';
}
مردود