query("SELECT id, name FROM branches ORDER BY name");
// Check if a branch is pre-selected from the branches page
$pre_selected_branch_id = isset($_GET['branch_id']) ? (int)$_GET['branch_id'] : null;
$pre_selected_branch_name = isset($_GET['branch_name']) ? $_GET['branch_name'] : '';
// Check if a car is pre-selected from the details page
$pre_selected_car_id = isset($_GET['car_id']) ? (int)$_GET['car_id'] : null;
?>
حجز زيارة للفرع
هل تود معاينة سيارة أو التحدث مع أحد ممثلينا؟ احجز زيارتك الآن.