null, 'service' => null, 'employee' => null, 'location' => null, 'counter' => self::$counter ], $atts ); self::prepareScriptsAndStyles(); ob_start(); include AMELIA_PATH . '/view/frontend/booking.inc.php'; $html = ob_get_contents(); ob_end_clean(); return $html; } }