API Home dan Linking

This commit is contained in:
2024-04-18 08:46:49 +07:00
parent 666712f015
commit 1f26289b7a
11 changed files with 601 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ class DoctorResource extends JsonResource
'speciality_id' => $item->speciality->id,
];
}),
'period_start' => $items->pluck('period_start')->first(),
'period_end' => $items->pluck('period_end')->first(),
];
});