/home/techb158/ileadtechnology.com/SSM/app/Http/Resources/Student
NameSizeModeActions
StudentList.php6650644editdlrm
StudentListCollection.php3940644editdlrm
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); } }