Insurance Coered Status
This commit is contained in:
@@ -34,7 +34,7 @@ class DoctorResource extends JsonResource
|
||||
'gender' => $this->person->gender ?? null,
|
||||
// 'speciality_name' => !empty($this->speciality->name ?? null) ? 'Spesialis '. $this->speciality->name : 'Spesialis Empty',
|
||||
'is_online' => false,
|
||||
// 'is_insurance_covered' => rand(0,1) == 1,
|
||||
'is_insurance_covered' => rand(0,1) == 1,
|
||||
// 'price_range' => 'Rp 100.000 - Rp 350.000',
|
||||
// 'price_start' => '100000',
|
||||
// 'price_end' => '350000',
|
||||
|
||||
Reference in New Issue
Block a user