This commit is contained in:
f4ilji
2025-01-10 15:45:31 +05:00
parent 1cc64c390d
commit 8106493216
4 changed files with 203 additions and 53 deletions
@@ -18,6 +18,7 @@ class ClientEducationalGroupResource extends JsonResource
'id' => $this->id,
'title' => $this->title,
'schedules' => ClientScheduleSearchResource::collection($this->schedules),
'faculty' => $this->faculty->title,
];
}
}