Add Slot
This commit is contained in:
@@ -71,6 +71,7 @@ class DoctorResourceDetail extends JsonResource
|
||||
'award' => empty($award) ? null : $award,
|
||||
'education' => empty($education) ? null : $education,
|
||||
'location_practect' => empty($queryHospitals) ? null : HospitalResource::collection($queryHospitals),
|
||||
'practice_at' => empty($queryHospitals) ? null : HospitalResource::collection($queryHospitals),
|
||||
'available' => [
|
||||
'is_chat_available' => $isChatAvailable ?? null,
|
||||
'is_video_available' => $isVideoAvailable ?? null,
|
||||
|
||||
Reference in New Issue
Block a user