Insurance Coered Status

This commit is contained in:
R
2022-09-20 11:21:29 +07:00
parent d187b9331d
commit a67afc27b6

View File

@@ -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',