/home/techb158/ileadtechnology.com/SSM/app/Http/Resources/Academic
NameSizeModeActions
BatchSummary.php8270644editdlrm
BatchSummaryCollection.php3960644editdlrm
ClassTeacher.php9950644editdlrm
ClassTeacherBatchWise.php11390644editdlrm
ClassTeacherBatchWiseCollection.php4050644editdlrm
ClassTeacherCollection.php3960644editdlrm
CourseSummary.php4760644editdlrm
CourseSummaryCollection.php3970644editdlrm
SubjectSummary.php7710644editdlrm
SubjectSummaryCollection.php3980644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/app/Http/Resources/Academic/SubjectSummary.php (771B)
$this->name, 'code' => $this->code, 'shortcode' => $this->shortcode, 'position' => $this->position, 'has_no_exam' => $this->getOption('has_no_exam') ? true : false, 'batch' => new BatchSummaryResource($this->whenLoaded('batch')) ]; } }