/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/ClassTeacher.php (995B)
new BatchSummaryResource($this->whenLoaded('batch')), 'employee' => new EmployeeSummaryResource($this->whenLoaded('employee')), 'date_effective' => $this->date_effective, 'description' => $this->description, 'created_at' => $this->when(request('q') === 'all', Cal::toDateTime($this->created_at)), 'updated_at' => $this->when(request('q') === 'all', Cal::toDateTime($this->updated_at)) ]; } }