/home/techb158/ileadtechnology.com/SSM/app/Http/Resources/Student
Edit: /home/techb158/ileadtechnology.com/SSM/app/Http/Resources/Student/StudentList.php (665B)
$this->id,
'name' => $this->getStudentName()
];
}
private function getStudentName()
{
return $this->student->name.' '.$this->batch->getOption('roll_number_prefix').str_pad($this->roll_number, $this->batch->getOption('roll_number_digit'), '0', STR_PAD_LEFT);
}
}