<?php /** * Appointments general configs */ return [ 'type' => [ 1 => 'online', 2 => 'clinic', ], 'consultation_type' => [ 1 => 'Home', 2 => 'Doctor on demand', 3 => 'Scheduled', ], ];