/home/techb158/ileadtechnology.com/SSM/app/Http/Resources/Academic
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))
];
}
}